Html Css Color HEX #BDD2EA Tropical Blue

📋 copy color: '#BDD2EA'

red 189 ◦ green 210 ◦ blue 234

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

Shades of Tropical Blue #BDD2EA

Tints of Tropical Blue #BDD2EA

RGB

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

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

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

R = 29.86%
G = 33.18%
B = 36.97%

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

#BDD2EA (or 0xBDD2EA) is known color: Tropical Blue. HEX triplet: BD, D2 and EA. RGB value is (189,210,234). Sum of RGB (Red+Green+Blue) = 189+210+234=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2EA is #422D15. Grayscale: #CECECE. Windows color (decimal): -4336918 or 15389373. OLE color: 15389373.

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

Color convert

RGB 189 210 234 -
CMYK 0.19 0.10 0 0.08
HSL 212º 0.52% 0.83% -
HSV(B) 212º 0.19% 0.92% -
XYZ 58.88 62.85 86.87 -
YUV 206.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 189 210 234 0.19 0.10 0 0.08 212 0.52 0.83
Hex BD D2 EA 13 A 0 8 D4 34 53
Octal 275 322 352 23 12 0 10 324 64 123
Binary 10111101 11010010 11101010 10011 1010 0 1000 11010100 110100 1010011

Color Harmonies of #BDD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2EA

Black with #BDD2EA

Text Example


Text Example

White with #BDD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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