#B8CAC0

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

Shades of Nebula #B8CAC0

Tints of Nebula #B8CAC0

Color information

#B8CAC0 (or 0xB8CAC0) is unknown color: approx Nebula. HEX triplet: B8, CA and C0. RGB value is (184,202,192). Sum of RGB (Red+Green+Blue) = 184+202+192=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC0 is #47353F. Grayscale: #C3C3C3. Windows color (decimal): -4666688 or 12634808. OLE color: 12634808.

HSL color Cylindrical-coordinate representation of color #B8CAC0: hue angle of 146.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CAC0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB184202192-
CMYK0.0900.050.21
HSL146.67º14.52%75.69%-
HSV(B)146.67º8.91%79.22%-
XYZ50.456.2458.07-
YUV195.48126.04119.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=31.83%
G=34.95%
B=33.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021920.0900.050.21146.6714.5275.69
HexB8CAC09051593f4c
Octal27031230011052522317114
Binary10111000110010101100000010010101101011001001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAC0; }

 p { color: rgb(184,202,192); }

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

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

 a { background-color: rgb(184,202,192); }

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

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

 span { border-color: rgb(184,202,192); }

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