Html Css Color HEX #BDD4EA Tropical Blue

📋 copy color: '#BDD4EA'

red 189 ◦ green 212 ◦ blue 234

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

Shades of Tropical Blue #BDD4EA

Tints of Tropical Blue #BDD4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 29.76%
G = 33.39%
B = 36.85%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDD4EA (or 0xBDD4EA) is known color: Tropical Blue. HEX triplet: BD, D4 and EA. RGB value is (189,212,234). Sum of RGB (Red+Green+Blue) = 189+212+234=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4EA is #422B15. Grayscale: #CFCFCF. Windows color (decimal): -4336406 or 15389885. OLE color: 15389885.

HSL color Cylindrical-coordinate representation of color #BDD4EA: hue angle of 209.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD4EA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 212 234 -
CMYK 0.19 0.09 0 0.08
HSL 209.33º 0.52% 0.83% -
HSV(B) 209.33º 0.19% 0.92% -
XYZ 59.38 63.85 87.04 -
YUV 207.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 189 212 234 0.19 0.09 0 0.08 209.33 0.52 0.83
Hex BD D4 EA 13 9 0 8 D1 34 53
Octal 275 324 352 23 11 0 10 321 64 123
Binary 10111101 11010100 11101010 10011 1001 0 1000 11010001 110100 1010011

Color Harmonies of #BDD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4EA

Black with #BDD4EA

Text Example


Text Example

White with #BDD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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