#BCCFE5

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

Shades of Tropical Blue #BCCFE5

Tints of Tropical Blue #BCCFE5

Color information

#BCCFE5 (or 0xBCCFE5) is unknown color: approx Tropical Blue. HEX triplet: BC, CF and E5. RGB value is (188,207,229). Sum of RGB (Red+Green+Blue) = 188+207+229=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFE5 is #43301A. Grayscale: #CBCBCB. Windows color (decimal): -4403227 or 15060924. OLE color: 15060924.

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

Color convert

RGB188207229-
CMYK0.180.1000.10
HSL212.2º44.09%81.76%-
HSV(B)212.2º17.9%89.8%-
XYZ57.1960.9782.88-
YUV203.83142.21116.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=30.13%
G=33.17%
B=36.70%

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
Decimal1882072290.180.1000.10212.244.0981.76
HexBCCFE512A0Ad42c52
Octal274317345221201232454122
Binary10111100110011111110010110010101001010110101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFE5; }

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

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

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

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

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

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

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

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