#BCD0E6

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

Shades of Tropical Blue #BCD0E6

Tints of Tropical Blue #BCD0E6

Color information

#BCD0E6 (or 0xBCD0E6) is unknown color: approx Tropical Blue. HEX triplet: BC, D0 and E6. RGB value is (188,208,230). Sum of RGB (Red+Green+Blue) = 188+208+230=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0E6 is #432F19. Grayscale: #CCCCCC. Windows color (decimal): -4402970 or 15126716. OLE color: 15126716.

HSL color Cylindrical-coordinate representation of color #BCD0E6: hue angle of 211.43º degrees, saturation: 0.46, 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 #BCD0E6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188208230-
CMYK0.180.1000.10
HSL211.43º45.65%81.96%-
HSV(B)211.43º18.26%90.2%-
XYZ57.5861.5283.7-
YUV204.53142.37116.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=30.03%
G=33.23%
B=36.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882082300.180.1000.10211.4345.6581.96
HexBCD0E612A0Ad32e52
Octal274320346221201232356122
Binary10111100110100001110011010010101001010110100111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0E6; }

 p { color: rgb(188,208,230); }

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

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

 a { background-color: rgb(188,208,230); }

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

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

 span { border-color: rgb(188,208,230); }

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