#BCD6CA

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

Shades of Jet Stream #BCD6CA

Tints of Jet Stream #BCD6CA

Color information

#BCD6CA (or 0xBCD6CA) is unknown color: approx Jet Stream. HEX triplet: BC, D6 and CA. RGB value is (188,214,202). Sum of RGB (Red+Green+Blue) = 188+214+202=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CA is #432935. Grayscale: #CCCCCC. Windows color (decimal): -4401462 or 13293244. OLE color: 13293244.

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

Color convert

RGB188214202-
CMYK0.1200.060.16
HSL152.31º24.07%78.82%-
HSV(B)152.31º12.15%83.92%-
XYZ55.4563.0565.12-
YUV204.86126.39115.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=31.13%
G=35.43%
B=33.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882142020.1200.060.16152.3124.0778.82
HexBCD6CAC061098184f
Octal27432631214062023030117
Binary101111001101011011001010110001101000010011000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6CA; }

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

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

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

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

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

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

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

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