#BCD2EB

Color #BCD2EB Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #BCD2EB

Tints of Tropical Blue #BCD2EB

Color information

#BCD2EB (or 0xBCD2EB) is unknown color: approx Tropical Blue. HEX triplet: BC, D2 and EB. RGB value is (188,210,235). Sum of RGB (Red+Green+Blue) = 188+210+235=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2EB is #432D14. Grayscale: #CECECE. Windows color (decimal): -4402453 or 15454908. OLE color: 15454908.

HSL color Cylindrical-coordinate representation of color #BCD2EB: hue angle of 211.91º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD2EB is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188210235-
CMYK0.20.1100.08
HSL211.91º54.02%82.94%-
HSV(B)211.91º20%92.16%-
XYZ58.7862.7887.62-
YUV206.27144.21114.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=29.70%
G=33.18%
B=37.12%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882102350.20.1100.08211.9154.0282.94
HexBCD2EB14B08d43653
Octal274322353241301032466123
Binary10111100110100101110101110100101101000110101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2EB; }

 p { color: rgb(188,210,235); }

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

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

 a { background-color: rgb(188,210,235); }

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

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

 span { border-color: rgb(188,210,235); }

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