#BFCAC8

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

Shades of Jet Stream #BFCAC8

Tints of Jet Stream #BFCAC8

Color information

#BFCAC8 (or 0xBFCAC8) is unknown color: approx Jet Stream. HEX triplet: BF, CA and C8. RGB value is (191,202,200). Sum of RGB (Red+Green+Blue) = 191+202+200=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC8 is #403537. Grayscale: #C6C6C6. Windows color (decimal): -4207928 or 13159103. OLE color: 13159103.

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

Color convert

RGB191202200-
CMYK0.0500.010.21
HSL169.09º9.4%77.06%-
HSV(B)169.09º5.45%79.22%-
XYZ53.0357.4962.94-
YUV198.48128.86122.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=32.21%
G=34.06%
B=33.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912022000.0500.010.21169.099.477.06
HexBFCAC850115a994d
Octal2773123105012525111115
Binary10111111110010101100100010101101011010100110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAC8; }

 p { color: rgb(191,202,200); }

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

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

 a { background-color: rgb(191,202,200); }

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

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

 span { border-color: rgb(191,202,200); }

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