#BCD9CA

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

Shades of Jet Stream #BCD9CA

Tints of Jet Stream #BCD9CA

Color information

#BCD9CA (or 0xBCD9CA) is unknown color: approx Jet Stream. HEX triplet: BC, D9 and CA. RGB value is (188,217,202). Sum of RGB (Red+Green+Blue) = 188+217+202=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9CA is #432635. Grayscale: #CECECE. Windows color (decimal): -4400694 or 13294012. OLE color: 13294012.

HSL color Cylindrical-coordinate representation of color #BCD9CA: hue angle of 148.97º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9CA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB188217202-
CMYK0.1300.070.15
HSL148.97º27.62%79.41%-
HSV(B)148.97º13.36%85.1%-
XYZ56.2164.5865.38-
YUV206.62125.39114.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=30.97%
G=35.75%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882172020.1300.070.15148.9727.6279.41
HexBCD9CAD07F951c4f
Octal27433131215071722534117
Binary10111100110110011100101011010111111110010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9CA; }

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

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

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

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

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

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

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

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