#BDCAC7

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

Shades of Jet Stream #BDCAC7

Tints of Jet Stream #BDCAC7

Color information

#BDCAC7 (or 0xBDCAC7) is unknown color: approx Jet Stream. HEX triplet: BD, CA and C7. RGB value is (189,202,199). Sum of RGB (Red+Green+Blue) = 189+202+199=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC7 is #423538. Grayscale: #C5C5C5. Windows color (decimal): -4339001 or 13093565. OLE color: 13093565.

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

Color convert

RGB189202199-
CMYK0.0600.010.21
HSL166.15º10.92%76.67%-
HSV(B)166.15º6.44%79.22%-
XYZ52.4257.1862.31-
YUV197.77128.69121.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=32.03%
G=34.24%
B=33.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021990.0600.010.21166.1510.9276.67
HexBDCAC760115a6b4d
Octal2753123076012524613115
Binary10111101110010101100011111001101011010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAC7; }

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

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

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

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

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

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

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

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