Html Css Color HEX #BCD4EC Tropical Blue

📋 copy color: '#BCD4EC'

red 188 ◦ green 212 ◦ blue 236

#BCD4EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #BCD4EC

Tints of Tropical Blue #BCD4EC

RGB

 RED value IS 188 (73.83% from 255) = 29.56%

 GREEN value IS 212 (83.2% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 29.56%
G = 33.33%
B = 37.11%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD4EC (or 0xBCD4EC) is known color: Tropical Blue. HEX triplet: BC, D4 and EC. RGB value is (188,212,236). Sum of RGB (Red+Green+Blue) = 188+212+236=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4EC is #432B13. Grayscale: #CFCFCF. Windows color (decimal): -4401940 or 15520956. OLE color: 15520956.

HSL color Cylindrical-coordinate representation of color #BCD4EC: hue angle of 210º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD4EC is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 212 236 -
CMYK 0.20 0.10 0 0.07
HSL 210º 0.56% 0.83% -
HSV(B) 210º 0.2% 0.93% -
XYZ 59.42 63.83 88.55 -
YUV 207.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 188 212 236 0.20 0.10 0 0.07 210 0.56 0.83
Hex BC D4 EC 14 A 0 7 D2 38 53
Octal 274 324 354 24 12 0 7 322 70 123
Binary 10111100 11010100 11101100 10100 1010 0 111 11010010 111000 1010011

Color Harmonies of #BCD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4EC

Black with #BCD4EC

Text Example


Text Example

White with #BCD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4EC; }

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

 H1.HeaderClassName
 {
   color: #BCD4EC;
 }
 .AnyTagClassName
 {
   color: #BCD4EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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