#B8CAC6

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

Shades of Jet Stream #B8CAC6

Tints of Jet Stream #B8CAC6

Color information

#B8CAC6 (or 0xB8CAC6) is unknown color: approx Jet Stream. HEX triplet: B8, CA and C6. RGB value is (184,202,198). Sum of RGB (Red+Green+Blue) = 184+202+198=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC6 is #473539. Grayscale: #C4C4C4. Windows color (decimal): -4666682 or 13028024. OLE color: 13028024.

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

Color convert

RGB184202198-
CMYK0.0900.020.21
HSL166.67º14.52%75.69%-
HSV(B)166.67º8.91%79.22%-
XYZ51.0856.5161.64-
YUV196.16129.04119.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=31.51%
G=34.59%
B=33.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021980.0900.020.21166.6714.5275.69
HexB8CAC690215a7f4c
Octal27031230611022524717114
Binary1011100011001010110001101001010101011010011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAC6; }

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

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

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

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

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

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

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

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