#B9CDBF

Color #B9CDBF Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #B9CDBF

Tints of Nebula #B9CDBF

Color information

#B9CDBF (or 0xB9CDBF) is unknown color: approx Nebula. HEX triplet: B9, CD and BF. RGB value is (185,205,191). Sum of RGB (Red+Green+Blue) = 185+205+191=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDBF is #463240. Grayscale: #C5C5C5. Windows color (decimal): -4600385 or 12570041. OLE color: 12570041.

HSL color Cylindrical-coordinate representation of color #B9CDBF: hue angle of 138º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDBF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB185205191-
CMYK0.1000.070.20
HSL138º16.67%76.47%-
HSV(B)138º9.76%80.39%-
XYZ51.2457.7457.73-
YUV197.42124.37119.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 191 (75% from 255) = 32.87%
R=31.84%
G=35.28%
B=32.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051910.1000.070.2013816.6776.47
HexB9CDBFA07148a114c
Octal27131527712072421221114
Binary101110011100110110111111101001111010010001010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDBF; }

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

 H1.HeaderClassName
 {
   color: #B9CDBF;
 }
 .AnyTagClassName
 {
   color: #B9CDBF;
 }
</style>
background-color css

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

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

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

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

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

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