#B5CEBE

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

Shades of Nebula #B5CEBE

Tints of Nebula #B5CEBE

Color information

#B5CEBE (or 0xB5CEBE) is unknown color: approx Nebula. HEX triplet: B5, CE and BE. RGB value is (181,206,190). Sum of RGB (Red+Green+Blue) = 181+206+190=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBE is #4A3141. Grayscale: #C4C4C4. Windows color (decimal): -4862274 or 12504757. OLE color: 12504757.

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

Color convert

RGB181206190-
CMYK0.1200.080.19
HSL141.6º20.33%75.88%-
HSV(B)141.6º12.14%80.78%-
XYZ50.4257.6857.19-
YUV196.7124.22116.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=31.37%
G=35.70%
B=32.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061900.1200.080.19141.620.3375.88
HexB5CEBEC08138e144c
Octal265316276140102321624114
Binary1011010111001110101111101100010001001110001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEBE; }

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

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

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

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

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

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

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

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