#B4CABD

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

Shades of Nebula #B4CABD

Tints of Nebula #B4CABD

Color information

#B4CABD (or 0xB4CABD) is unknown color: approx Nebula. HEX triplet: B4, CA and BD. RGB value is (180,202,189). Sum of RGB (Red+Green+Blue) = 180+202+189=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CABD is #4B3542. Grayscale: #C1C1C1. Windows color (decimal): -4928835 or 12438196. OLE color: 12438196.

HSL color Cylindrical-coordinate representation of color #B4CABD: hue angle of 144.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CABD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB180202189-
CMYK0.1100.060.21
HSL144.55º17.19%74.9%-
HSV(B)144.55º10.89%79.22%-
XYZ49.1355.6256.29-
YUV193.94125.21118.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=31.52%
G=35.38%
B=33.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021890.1100.060.21144.5517.1974.9
HexB4CABDB061591114b
Octal26431227513062522121113
Binary101101001100101010111101101101101010110010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CABD; }

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

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

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

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

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

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

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

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