Html Css Color HEX #B4D1BF Nebula

📋 copy color: '#B4D1BF'

red 180 ◦ green 209 ◦ blue 191

#B4D1BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #B4D1BF

Tints of Nebula #B4D1BF

RGB

 RED value IS 180 (70.7% from 255) = 31.03%

 GREEN value IS 209 (82.03% from 255) = 36.03%

 BLUE value IS 191 (75% from 255) = 32.93%

R = 31.03%
G = 36.03%
B = 32.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4D1BF (or 0xB4D1BF) is known color: Nebula. HEX triplet: B4, D1 and BF. RGB value is (180,209,191). Sum of RGB (Red+Green+Blue) = 180+209+191=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1BF is #4B2E40. Grayscale: #C6C6C6. Windows color (decimal): -4927041 or 12571060. OLE color: 12571060.

HSL color Cylindrical-coordinate representation of color #B4D1BF: hue angle of 142.76º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D1BF is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 209 191 -
CMYK 0.14 0 0.09 0.18
HSL 142.76º 0.24% 0.76% -
HSV(B) 142.76º 0.14% 0.82% -
XYZ 51.03 59.07 58 -
YUV 198.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 180 209 191 0.14 0 0.09 0.18 142.76 0.24 0.76
Hex B4 D1 BF E 0 9 12 8F 18 4C
Octal 264 321 277 16 0 11 22 217 30 114
Binary 10110100 11010001 10111111 1110 0 1001 10010 10001111 11000 1001100

Color Harmonies of #B4D1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D1BF

Black with #B4D1BF

Text Example


Text Example

White with #B4D1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D1BF; }

 p { color: rgb(180,209,191); }

 H1.HeaderClassName
 {
   color: #B4D1BF;
 }
 .AnyTagClassName
 {
   color: #B4D1BF;
 }
</style>

background-color css

<style>
 a { background-color: #B4D1BF; }

 a { background-color: rgb(180,209,191); }

 div.DivClassName
 {
   background-color: #B4D1BF;
 }
 .BgClassName
 {
   background-color: #B4D1BF;
 }
</style>

border-color css

<style>
 span { border-color: #B4D1BF; }

 span { border-color: rgb(180,209,191); }

 td.TdClassName
 {
   border-color: #B4D1BF;
 }
 .TagClassName
 {
   border-color: #B4D1BF;
 }
</style>