#B5CEBC

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

Shades of Nebula #B5CEBC

Tints of Nebula #B5CEBC

Color information

#B5CEBC (or 0xB5CEBC) is unknown color: approx Nebula. HEX triplet: B5, CE and BC. RGB value is (181,206,188). Sum of RGB (Red+Green+Blue) = 181+206+188=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBC is #4A3143. Grayscale: #C4C4C4. Windows color (decimal): -4862276 or 12373685. OLE color: 12373685.

HSL color Cylindrical-coordinate representation of color #B5CEBC: hue angle of 136.8º 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 #B5CEBC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB181206188-
CMYK0.1200.090.19
HSL136.8º20.33%75.88%-
HSV(B)136.8º12.14%80.78%-
XYZ50.257.656.05-
YUV196.47123.22116.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=31.48%
G=35.83%
B=32.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061880.1200.090.19136.820.3375.88
HexB5CEBCC091389144c
Octal265316274140112321124114
Binary1011010111001110101111001100010011001110001001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEBC; }

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

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

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

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

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

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

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

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