#BCD4CF

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

Shades of Jet Stream #BCD4CF

Tints of Jet Stream #BCD4CF

Color information

#BCD4CF (or 0xBCD4CF) is unknown color: approx Jet Stream. HEX triplet: BC, D4 and CF. RGB value is (188,212,207). Sum of RGB (Red+Green+Blue) = 188+212+207=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4CF is #432B30. Grayscale: #CCCCCC. Windows color (decimal): -4401969 or 13620412. OLE color: 13620412.

HSL color Cylindrical-coordinate representation of color #BCD4CF: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD4CF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB188212207-
CMYK0.1100.020.17
HSL167.5º21.82%78.43%-
HSV(B)167.5º11.32%83.14%-
XYZ55.5562.2868.13-
YUV204.25129.55116.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=30.97%
G=34.93%
B=34.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882122070.1100.020.17167.521.8278.43
HexBCD4CFB0211a8164e
Octal27432431713022125026116
Binary10111100110101001100111110110101000110101000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4CF; }

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

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

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

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

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

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

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

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