Html Css Color HEX #BAD2EE Tropical Blue

📋 copy color: '#BAD2EE'

red 186 ◦ green 210 ◦ blue 238

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

Shades of Tropical Blue #BAD2EE

Tints of Tropical Blue #BAD2EE

RGB

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

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

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

R = 29.34%
G = 33.12%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAD2EE (or 0xBAD2EE) is known color: Tropical Blue. HEX triplet: BA, D2 and EE. RGB value is (186,210,238). Sum of RGB (Red+Green+Blue) = 186+210+238=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2EE is #452D11. Grayscale: #CDCDCD. Windows color (decimal): -4533522 or 15651514. OLE color: 15651514.

HSL color Cylindrical-coordinate representation of color #BAD2EE: hue angle of 212.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD2EE is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 210 238 -
CMYK 0.22 0.12 0 0.07
HSL 212.31º 0.6% 0.83% -
HSV(B) 212.31º 0.22% 0.93% -
XYZ 58.73 62.71 89.9 -
YUV 206.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 186 210 238 0.22 0.12 0 0.07 212.31 0.6 0.83
Hex BA D2 EE 16 C 0 7 D4 3C 53
Octal 272 322 356 26 14 0 7 324 74 123
Binary 10111010 11010010 11101110 10110 1100 0 111 11010100 111100 1010011

Color Harmonies of #BAD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2EE

Black with #BAD2EE

Text Example


Text Example

White with #BAD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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