Html Css Color HEX #BAD0EC Tropical Blue

📋 copy color: '#BAD0EC'

red 186 ◦ green 208 ◦ blue 236

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

Shades of Tropical Blue #BAD0EC

Tints of Tropical Blue #BAD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.02%

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 29.52%
G = 33.02%
B = 37.46%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAD0EC (or 0xBAD0EC) is known color: Tropical Blue. HEX triplet: BA, D0 and EC. RGB value is (186,208,236). Sum of RGB (Red+Green+Blue) = 186+208+236=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0EC is #452F13. Grayscale: #CCCCCC. Windows color (decimal): -4534036 or 15519930. OLE color: 15519930.

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

Color convert

RGB 186 208 236 -
CMYK 0.21 0.12 0 0.07
HSL 213.6º 0.57% 0.83% -
HSV(B) 213.6º 0.21% 0.93% -
XYZ 57.95 61.61 88.19 -
YUV 204.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 186 208 236 0.21 0.12 0 0.07 213.6 0.57 0.83
Hex BA D0 EC 15 C 0 7 D6 39 53
Octal 272 320 354 25 14 0 7 326 71 123
Binary 10111010 11010000 11101100 10101 1100 0 111 11010110 111001 1010011

Color Harmonies of #BAD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD0EC

Black with #BAD0EC

Text Example


Text Example

White with #BAD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD0EC; }

 p { color: rgb(186,208,236); }

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

background-color css

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

 a { background-color: rgb(186,208,236); }

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

border-color css

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

 span { border-color: rgb(186,208,236); }

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