Html Css Color HEX #BAD2EA Tropical Blue

📋 copy color: '#BAD2EA'

red 186 ◦ green 210 ◦ blue 234

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

Shades of Tropical Blue #BAD2EA

Tints of Tropical Blue #BAD2EA

RGB

 RED value IS 186 (73.05% from 255) = 29.52%

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

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

R = 29.52%
G = 33.33%
B = 37.14%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAD2EA (or 0xBAD2EA) is known color: Tropical Blue. HEX triplet: BA, D2 and EA. RGB value is (186,210,234). Sum of RGB (Red+Green+Blue) = 186+210+234=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2EA is #452D15. Grayscale: #CDCDCD. Windows color (decimal): -4533526 or 15389370. OLE color: 15389370.

HSL color Cylindrical-coordinate representation of color #BAD2EA: hue angle of 210º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD2EA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 210 234 -
CMYK 0.21 0.10 0 0.08
HSL 210º 0.53% 0.82% -
HSV(B) 210º 0.21% 0.92% -
XYZ 58.15 62.47 86.84 -
YUV 205.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 186 210 234 0.21 0.10 0 0.08 210 0.53 0.82
Hex BA D2 EA 15 A 0 8 D2 35 52
Octal 272 322 352 25 12 0 10 322 65 122
Binary 10111010 11010010 11101010 10101 1010 0 1000 11010010 110101 1010010

Color Harmonies of #BAD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2EA

Black with #BAD2EA

Text Example


Text Example

White with #BAD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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