#BCD7CA

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

Shades of Jet Stream #BCD7CA

Tints of Jet Stream #BCD7CA

Color information

#BCD7CA (or 0xBCD7CA) is unknown color: approx Jet Stream. HEX triplet: BC, D7 and CA. RGB value is (188,215,202). Sum of RGB (Red+Green+Blue) = 188+215+202=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7CA is #432835. Grayscale: #CDCDCD. Windows color (decimal): -4401206 or 13293500. OLE color: 13293500.

HSL color Cylindrical-coordinate representation of color #BCD7CA: hue angle of 151.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7CA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB188215202-
CMYK0.1300.060.16
HSL151.11º25.23%79.02%-
HSV(B)151.11º12.56%84.31%-
XYZ55.763.5665.21-
YUV205.44126.05115.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=31.07%
G=35.54%
B=33.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882152020.1300.060.16151.1125.2379.02
HexBCD7CAD061097194f
Octal27432731215062022731117
Binary101111001101011111001010110101101000010010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7CA; }

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

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

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

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

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

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

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

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