Html Css Color HEX #BDD4EE Tropical Blue

📋 copy color: '#BDD4EE'

red 189 ◦ green 212 ◦ blue 238

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

Shades of Tropical Blue #BDD4EE

Tints of Tropical Blue #BDD4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 29.58%
G = 33.18%
B = 37.25%

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

#BDD4EE (or 0xBDD4EE) is known color: Tropical Blue. HEX triplet: BD, D4 and EE. RGB value is (189,212,238). Sum of RGB (Red+Green+Blue) = 189+212+238=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4EE is #422B11. Grayscale: #CFCFCF. Windows color (decimal): -4336402 or 15652029. OLE color: 15652029.

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

Color convert

RGB 189 212 238 -
CMYK 0.21 0.11 0 0.07
HSL 211.84º 0.59% 0.84% -
HSV(B) 211.84º 0.21% 0.93% -
XYZ 59.96 64.08 90.1 -
YUV 208.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 189 212 238 0.21 0.11 0 0.07 211.84 0.59 0.84
Hex BD D4 EE 15 B 0 7 D4 3B 54
Octal 275 324 356 25 13 0 7 324 73 124
Binary 10111101 11010100 11101110 10101 1011 0 111 11010100 111011 1010100

Color Harmonies of #BDD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4EE

Black with #BDD4EE

Text Example


Text Example

White with #BDD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4EE; }

 p { color: rgb(189,212,238); }

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

background-color css

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

 a { background-color: rgb(189,212,238); }

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

border-color css

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

 span { border-color: rgb(189,212,238); }

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