#BCD3CA

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

Shades of Jet Stream #BCD3CA

Tints of Jet Stream #BCD3CA

Color information

#BCD3CA (or 0xBCD3CA) is unknown color: approx Jet Stream. HEX triplet: BC, D3 and CA. RGB value is (188,211,202). Sum of RGB (Red+Green+Blue) = 188+211+202=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3CA is #432C35. Grayscale: #CBCBCB. Windows color (decimal): -4402230 or 13292476. OLE color: 13292476.

HSL color Cylindrical-coordinate representation of color #BCD3CA: hue angle of 156.52º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3CA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB188211202-
CMYK0.1100.040.17
HSL156.52º20.72%78.24%-
HSV(B)156.52º10.9%82.75%-
XYZ54.6961.5464.87-
YUV203.1127.38117.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=31.28%
G=35.11%
B=33.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882112020.1100.040.17156.5220.7278.24
HexBCD3CAB04119d154e
Octal27432331213042123525116
Binary101111001101001111001010101101001000110011101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3CA; }

 p { color: rgb(188,211,202); }

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

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

 a { background-color: rgb(188,211,202); }

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

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

 span { border-color: rgb(188,211,202); }

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