#B8CAC3

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

Shades of Jet Stream #B8CAC3

Tints of Jet Stream #B8CAC3

Color information

#B8CAC3 (or 0xB8CAC3) is unknown color: approx Jet Stream. HEX triplet: B8, CA and C3. RGB value is (184,202,195). Sum of RGB (Red+Green+Blue) = 184+202+195=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC3 is #47353C. Grayscale: #C3C3C3. Windows color (decimal): -4666685 or 12831416. OLE color: 12831416.

HSL color Cylindrical-coordinate representation of color #B8CAC3: hue angle of 156.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 #B8CAC3 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB184202195-
CMYK0.0900.030.21
HSL156.67º14.52%75.69%-
HSV(B)156.67º8.91%79.22%-
XYZ50.7456.3759.84-
YUV195.82127.54119.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=31.67%
G=34.77%
B=33.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021950.0900.030.21156.6714.5275.69
HexB8CAC3903159df4c
Octal27031230311032523517114
Binary1011100011001010110000111001011101011001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAC3; }

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

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

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

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

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

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

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

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