Html Css Color HEX #B9CCBF Nebula

📋 copy color: '#B9CCBF'

red 185 ◦ green 204 ◦ blue 191

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

Shades of Nebula #B9CCBF

Tints of Nebula #B9CCBF

RGB

 RED value IS 185 (72.66% from 255) = 31.9%

 GREEN value IS 204 (80.08% from 255) = 35.17%

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

R = 31.9%
G = 35.17%
B = 32.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#B9CCBF (or 0xB9CCBF) is known color: Nebula. HEX triplet: B9, CC and BF. RGB value is (185,204,191). Sum of RGB (Red+Green+Blue) = 185+204+191=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCBF is #463340. Grayscale: #C4C4C4. Windows color (decimal): -4600641 or 12569785. OLE color: 12569785.

HSL color Cylindrical-coordinate representation of color #B9CCBF: hue angle of 138.95º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCBF is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 191 -
CMYK 0.09 0 0.06 0.2
HSL 138.95º 0.16% 0.76% -
HSV(B) 138.95º 0.09% 0.8% -
XYZ 51 57.26 57.65 -
YUV 196.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 185 204 191 0.09 0 0.06 0.2 138.95 0.16 0.76
Hex B9 CC BF 9 0 6 14 8B 10 4C
Octal 271 314 277 11 0 6 24 213 20 114
Binary 10111001 11001100 10111111 1001 0 110 10100 10001011 10000 1001100

Color Harmonies of #B9CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCBF

Black with #B9CCBF

Text Example


Text Example

White with #B9CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCBF; }

 p { color: rgb(185,204,191); }

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

background-color css

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

 a { background-color: rgb(185,204,191); }

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

border-color css

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

 span { border-color: rgb(185,204,191); }

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