Html Css Color HEX #BAD3EC Tropical Blue

📋 copy color: '#BAD3EC'

red 186 ◦ green 211 ◦ blue 236

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

Shades of Tropical Blue #BAD3EC

Tints of Tropical Blue #BAD3EC

RGB

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

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

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

R = 29.38%
G = 33.33%
B = 37.28%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAD3EC (or 0xBAD3EC) is known color: Tropical Blue. HEX triplet: BA, D3 and EC. RGB value is (186,211,236). Sum of RGB (Red+Green+Blue) = 186+211+236=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD3EC is #452C13. Grayscale: #CECECE. Windows color (decimal): -4533268 or 15520698. OLE color: 15520698.

HSL color Cylindrical-coordinate representation of color #BAD3EC: hue angle of 210º 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 #BAD3EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 211 236 -
CMYK 0.21 0.11 0 0.07
HSL 210º 0.57% 0.83% -
HSV(B) 210º 0.21% 0.93% -
XYZ 58.68 63.08 88.44 -
YUV 206.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 186 211 236 0.21 0.11 0 0.07 210 0.57 0.83
Hex BA D3 EC 15 B 0 7 D2 39 53
Octal 272 323 354 25 13 0 7 322 71 123
Binary 10111010 11010011 11101100 10101 1011 0 111 11010010 111001 1010011

Color Harmonies of #BAD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3EC

Black with #BAD3EC

Text Example


Text Example

White with #BAD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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