#BCD6CF

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

Shades of Jet Stream #BCD6CF

Tints of Jet Stream #BCD6CF

Color information

#BCD6CF (or 0xBCD6CF) is unknown color: approx Jet Stream. HEX triplet: BC, D6 and CF. RGB value is (188,214,207). Sum of RGB (Red+Green+Blue) = 188+214+207=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CF is #432930. Grayscale: #CDCDCD. Windows color (decimal): -4401457 or 13620924. OLE color: 13620924.

HSL color Cylindrical-coordinate representation of color #BCD6CF: hue angle of 163.85º 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 #BCD6CF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB188214207-
CMYK0.1200.030.16
HSL163.85º24.07%78.82%-
HSV(B)163.85º12.15%83.92%-
XYZ56.0563.2968.29-
YUV205.43128.89115.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=30.87%
G=35.14%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882142070.1200.030.16163.8524.0778.82
HexBCD6CFC0310a4184f
Octal27432631714032024430117
Binary10111100110101101100111111000111000010100100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6CF; }

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

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

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

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

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

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

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

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