#BBCAC7

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

Shades of Jet Stream #BBCAC7

Tints of Jet Stream #BBCAC7

Color information

#BBCAC7 (or 0xBBCAC7) is unknown color: approx Jet Stream. HEX triplet: BB, CA and C7. RGB value is (187,202,199). Sum of RGB (Red+Green+Blue) = 187+202+199=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC7 is #443538. Grayscale: #C5C5C5. Windows color (decimal): -4470073 or 13093563. OLE color: 13093563.

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

Color convert

RGB187202199-
CMYK0.0700.010.21
HSL168º12.4%76.27%-
HSV(B)168º7.43%79.22%-
XYZ51.9256.9362.28-
YUV197.17129.03120.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=31.80%
G=34.35%
B=33.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021990.0700.010.2116812.476.27
HexBBCAC770115a8c4c
Octal2733123077012525014114
Binary10111011110010101100011111101101011010100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAC7; }

 p { color: rgb(187,202,199); }

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

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

 a { background-color: rgb(187,202,199); }

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

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

 span { border-color: rgb(187,202,199); }

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