#B5CBBC

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

Shades of Nebula #B5CBBC

Tints of Nebula #B5CBBC

Color information

#B5CBBC (or 0xB5CBBC) is unknown color: approx Nebula. HEX triplet: B5, CB and BC. RGB value is (181,203,188). Sum of RGB (Red+Green+Blue) = 181+203+188=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBBC is #4A3443. Grayscale: #C2C2C2. Windows color (decimal): -4863044 or 12372917. OLE color: 12372917.

HSL color Cylindrical-coordinate representation of color #B5CBBC: hue angle of 139.09º 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 #B5CBBC is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB181203188-
CMYK0.1100.070.20
HSL139.09º17.46%75.29%-
HSV(B)139.09º10.84%79.61%-
XYZ49.4956.1755.81-
YUV194.71124.21118.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=31.64%
G=35.49%
B=32.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031880.1100.070.20139.0917.4675.29
HexB5CBBCB07148b114b
Octal26531327413072421321113
Binary101101011100101110111100101101111010010001011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBBC; }

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

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

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

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

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

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

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

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