#B5CBBF

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

Shades of Nebula #B5CBBF

Tints of Nebula #B5CBBF

Color information

#B5CBBF (or 0xB5CBBF) is unknown color: approx Nebula. HEX triplet: B5, CB and BF. RGB value is (181,203,191). Sum of RGB (Red+Green+Blue) = 181+203+191=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBBF is #4A3440. Grayscale: #C3C3C3. Windows color (decimal): -4863041 or 12569525. OLE color: 12569525.

HSL color Cylindrical-coordinate representation of color #B5CBBF: hue angle of 147.27º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CBBF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB181203191-
CMYK0.1100.060.20
HSL147.27º17.46%75.29%-
HSV(B)147.27º10.84%79.61%-
XYZ49.8256.357.53-
YUV195.05125.71117.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 191 (75% from 255) = 33.22%
R=31.48%
G=35.30%
B=33.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031910.1100.060.20147.2717.4675.29
HexB5CBBFB061493114b
Octal26531327713062422321113
Binary101101011100101110111111101101101010010010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBBF; }

 p { color: rgb(181,203,191); }

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

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

 a { background-color: rgb(181,203,191); }

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

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

 span { border-color: rgb(181,203,191); }

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