#BCD0CA

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

Shades of Jet Stream #BCD0CA

Tints of Jet Stream #BCD0CA

Color information

#BCD0CA (or 0xBCD0CA) is unknown color: approx Jet Stream. HEX triplet: BC, D0 and CA. RGB value is (188,208,202). Sum of RGB (Red+Green+Blue) = 188+208+202=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0CA is #432F35. Grayscale: #C9C9C9. Windows color (decimal): -4402998 or 13291708. OLE color: 13291708.

HSL color Cylindrical-coordinate representation of color #BCD0CA: hue angle of 162º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0CA is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB188208202-
CMYK0.1000.030.18
HSL162º17.54%77.65%-
HSV(B)162º9.62%81.57%-
XYZ53.9660.0764.63-
YUV201.34128.37118.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=31.44%
G=34.78%
B=33.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882082020.1000.030.1816217.5477.65
HexBCD0CAA0312a2124e
Octal27432031212032224222116
Binary10111100110100001100101010100111001010100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0CA; }

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

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

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

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

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

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

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

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