#B5CEC0

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

Shades of Nebula #B5CEC0

Tints of Nebula #B5CEC0

Color information

#B5CEC0 (or 0xB5CEC0) is unknown color: approx Nebula. HEX triplet: B5, CE and C0. RGB value is (181,206,192). Sum of RGB (Red+Green+Blue) = 181+206+192=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC0 is #4A313F. Grayscale: #C4C4C4. Windows color (decimal): -4862272 or 12635829. OLE color: 12635829.

HSL color Cylindrical-coordinate representation of color #B5CEC0: hue angle of 146.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEC0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB181206192-
CMYK0.1200.070.19
HSL146.4º20.33%75.88%-
HSV(B)146.4º12.14%80.78%-
XYZ50.6457.7758.35-
YUV196.93125.22116.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=31.26%
G=35.58%
B=33.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061920.1200.070.19146.420.3375.88
HexB5CEC0C071392144c
Octal26531630014072322224114
Binary101101011100111011000000110001111001110010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEC0; }

 p { color: rgb(181,206,192); }

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

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

 a { background-color: rgb(181,206,192); }

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

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

 span { border-color: rgb(181,206,192); }

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