Html Css Color HEX #BDD3EA Tropical Blue

📋 copy color: '#BDD3EA'

red 189 ◦ green 211 ◦ blue 234

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

Shades of Tropical Blue #BDD3EA

Tints of Tropical Blue #BDD3EA

RGB

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

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

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

R = 29.81%
G = 33.28%
B = 36.91%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDD3EA (or 0xBDD3EA) is known color: Tropical Blue. HEX triplet: BD, D3 and EA. RGB value is (189,211,234). Sum of RGB (Red+Green+Blue) = 189+211+234=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3EA is #422C15. Grayscale: #CECECE. Windows color (decimal): -4336662 or 15389629. OLE color: 15389629.

HSL color Cylindrical-coordinate representation of color #BDD3EA: hue angle of 210.67º 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 #BDD3EA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 211 234 -
CMYK 0.19 0.10 0 0.08
HSL 210.67º 0.52% 0.83% -
HSV(B) 210.67º 0.19% 0.92% -
XYZ 59.13 63.35 86.95 -
YUV 207.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 189 211 234 0.19 0.10 0 0.08 210.67 0.52 0.83
Hex BD D3 EA 13 A 0 8 D3 34 53
Octal 275 323 352 23 12 0 10 323 64 123
Binary 10111101 11010011 11101010 10011 1010 0 1000 11010011 110100 1010011

Color Harmonies of #BDD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3EA

Black with #BDD3EA

Text Example


Text Example

White with #BDD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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