#B4CEBD

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

Shades of Nebula #B4CEBD

Tints of Nebula #B4CEBD

Color information

#B4CEBD (or 0xB4CEBD) is unknown color: approx Nebula. HEX triplet: B4, CE and BD. RGB value is (180,206,189). Sum of RGB (Red+Green+Blue) = 180+206+189=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEBD is #4B3142. Grayscale: #C4C4C4. Windows color (decimal): -4927811 or 12439220. OLE color: 12439220.

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

Color convert

RGB180206189-
CMYK0.1300.080.19
HSL140.77º20.97%75.69%-
HSV(B)140.77º12.62%80.78%-
XYZ50.0857.5256.61-
YUV196.29123.89116.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=31.30%
G=35.83%
B=32.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061890.1300.080.19140.7720.9775.69
HexB4CEBDD08138d154c
Octal264316275150102321525114
Binary1011010011001110101111011101010001001110001101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEBD; }

 p { color: rgb(180,206,189); }

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

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

 a { background-color: rgb(180,206,189); }

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

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

 span { border-color: rgb(180,206,189); }

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