Html Css Color HEX #BCD2EC Tropical Blue

📋 copy color: '#BCD2EC'

red 188 ◦ green 210 ◦ blue 236

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

Shades of Tropical Blue #BCD2EC

Tints of Tropical Blue #BCD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.12%

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

R = 29.65%
G = 33.12%
B = 37.22%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD2EC (or 0xBCD2EC) is known color: Tropical Blue. HEX triplet: BC, D2 and EC. RGB value is (188,210,236). Sum of RGB (Red+Green+Blue) = 188+210+236=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2EC is #432D13. Grayscale: #CECECE. Windows color (decimal): -4402452 or 15520444. OLE color: 15520444.

HSL color Cylindrical-coordinate representation of color #BCD2EC: hue angle of 212.5º 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 #BCD2EC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 210 236 -
CMYK 0.20 0.11 0 0.07
HSL 212.5º 0.56% 0.83% -
HSV(B) 212.5º 0.2% 0.93% -
XYZ 58.93 62.84 88.38 -
YUV 206.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 188 210 236 0.20 0.11 0 0.07 212.5 0.56 0.83
Hex BC D2 EC 14 B 0 7 D4 38 53
Octal 274 322 354 24 13 0 7 324 70 123
Binary 10111100 11010010 11101100 10100 1011 0 111 11010100 111000 1010011

Color Harmonies of #BCD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2EC

Black with #BCD2EC

Text Example


Text Example

White with #BCD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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