#B4CAC6

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

Shades of Jet Stream #B4CAC6

Tints of Jet Stream #B4CAC6

Color information

#B4CAC6 (or 0xB4CAC6) is unknown color: approx Jet Stream. HEX triplet: B4, CA and C6. RGB value is (180,202,198). Sum of RGB (Red+Green+Blue) = 180+202+198=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CAC6 is #4B3539. Grayscale: #C2C2C2. Windows color (decimal): -4928826 or 13028020. OLE color: 13028020.

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

Color convert

RGB180202198-
CMYK0.1100.020.21
HSL169.09º17.19%74.9%-
HSV(B)169.09º10.89%79.22%-
XYZ50.1456.0261.6-
YUV194.97129.71117.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=31.03%
G=34.83%
B=34.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021980.1100.020.21169.0917.1974.9
HexB4CAC6B0215a9114b
Octal26431230613022525121113
Binary10110100110010101100011010110101010110101001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAC6; }

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

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

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

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

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

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

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

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