Html Css Color HEX #BCD2ED Tropical Blue

📋 copy color: '#BCD2ED'

red 188 ◦ green 210 ◦ blue 237

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

Shades of Tropical Blue #BCD2ED

Tints of Tropical Blue #BCD2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 29.61%
G = 33.07%
B = 37.32%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD2ED (or 0xBCD2ED) is known color: Tropical Blue. HEX triplet: BC, D2 and ED. RGB value is (188,210,237). Sum of RGB (Red+Green+Blue) = 188+210+237=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2ED is #432D12. Grayscale: #CECECE. Windows color (decimal): -4402451 or 15585980. OLE color: 15585980.

HSL color Cylindrical-coordinate representation of color #BCD2ED: hue angle of 213.06º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD2ED is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 210 237 -
CMYK 0.21 0.11 0 0.07
HSL 213.06º 0.58% 0.83% -
HSV(B) 213.06º 0.21% 0.93% -
XYZ 59.07 62.9 89.15 -
YUV 206.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 188 210 237 0.21 0.11 0 0.07 213.06 0.58 0.83
Hex BC D2 ED 15 B 0 7 D5 3A 53
Octal 274 322 355 25 13 0 7 325 72 123
Binary 10111100 11010010 11101101 10101 1011 0 111 11010101 111010 1010011

Color Harmonies of #BCD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2ED

Black with #BCD2ED

Text Example


Text Example

White with #BCD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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