Html Css Color HEX #BDD3EC Tropical Blue

📋 copy color: '#BDD3EC'

red 189 ◦ green 211 ◦ blue 236

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

Shades of Tropical Blue #BDD3EC

Tints of Tropical Blue #BDD3EC

RGB

 RED value IS 189 (74.22% from 255) = 29.72%

 GREEN value IS 211 (82.81% from 255) = 33.18%

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

R = 29.72%
G = 33.18%
B = 37.11%

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

#BDD3EC (or 0xBDD3EC) is known color: Tropical Blue. HEX triplet: BD, D3 and EC. RGB value is (189,211,236). Sum of RGB (Red+Green+Blue) = 189+211+236=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 211 (82.81% from 255 or 33.18% 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 #BDD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3EC is #422C13. Grayscale: #CFCFCF. Windows color (decimal): -4336660 or 15520701. OLE color: 15520701.

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

Color convert

RGB 189 211 236 -
CMYK 0.20 0.11 0 0.07
HSL 211.91º 0.55% 0.83% -
HSV(B) 211.91º 0.2% 0.93% -
XYZ 59.42 63.46 88.47 -
YUV 207.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 189 211 236 0.20 0.11 0 0.07 211.91 0.55 0.83
Hex BD D3 EC 14 B 0 7 D4 37 53
Octal 275 323 354 24 13 0 7 324 67 123
Binary 10111101 11010011 11101100 10100 1011 0 111 11010100 110111 1010011

Color Harmonies of #BDD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3EC

Black with #BDD3EC

Text Example


Text Example

White with #BDD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3EC; }

 p { color: rgb(189,211,236); }

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

background-color css

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

 a { background-color: rgb(189,211,236); }

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

border-color css

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

 span { border-color: rgb(189,211,236); }

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