#B5CEBF

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

Shades of Nebula #B5CEBF

Tints of Nebula #B5CEBF

Color information

#B5CEBF (or 0xB5CEBF) is unknown color: approx Nebula. HEX triplet: B5, CE and BF. RGB value is (181,206,191). Sum of RGB (Red+Green+Blue) = 181+206+191=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBF is #4A3140. Grayscale: #C4C4C4. Windows color (decimal): -4862273 or 12570293. OLE color: 12570293.

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

Color convert

RGB181206191-
CMYK0.1200.070.19
HSL144º20.33%75.88%-
HSV(B)144º12.14%80.78%-
XYZ50.5357.7357.77-
YUV196.82124.72116.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 191 (75% from 255) = 33.04%
R=31.31%
G=35.64%
B=33.04%

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
Decimal1812061910.1200.070.1914420.3375.88
HexB5CEBFC071390144c
Octal26531627714072322024114
Binary101101011100111010111111110001111001110010000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEBF; }

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

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

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

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

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

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

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

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