#BCD2E5

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

Shades of Tropical Blue #BCD2E5

Tints of Tropical Blue #BCD2E5

Color information

#BCD2E5 (or 0xBCD2E5) is unknown color: approx Tropical Blue. HEX triplet: BC, D2 and E5. RGB value is (188,210,229). Sum of RGB (Red+Green+Blue) = 188+210+229=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2E5 is #432D1A. Grayscale: #CDCDCD. Windows color (decimal): -4402459 or 15061692. OLE color: 15061692.

HSL color Cylindrical-coordinate representation of color #BCD2E5: hue angle of 207.8º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD2E5 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188210229-
CMYK0.180.0800.10
HSL207.8º44.09%81.76%-
HSV(B)207.8º17.9%89.8%-
XYZ57.9362.4483.13-
YUV205.59141.21115.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=29.98%
G=33.49%
B=36.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882102290.180.0800.10207.844.0981.76
HexBCD2E51280Ad02c52
Octal274322345221001232054122
Binary10111100110100101110010110010100001010110100001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2E5; }

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

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

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

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

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

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

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

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