Html Css Color HEX #BAD0E5 Tropical Blue

📋 copy color: '#BAD0E5'

red 186 ◦ green 208 ◦ blue 229

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

Shades of Tropical Blue #BAD0E5

Tints of Tropical Blue #BAD0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 29.86%
G = 33.39%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAD0E5 (or 0xBAD0E5) is known color: Tropical Blue. HEX triplet: BA, D0 and E5. RGB value is (186,208,229). Sum of RGB (Red+Green+Blue) = 186+208+229=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0E5 is #452F1A. Grayscale: #CBCBCB. Windows color (decimal): -4534043 or 15061178. OLE color: 15061178.

HSL color Cylindrical-coordinate representation of color #BAD0E5: hue angle of 209.3º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD0E5 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 208 229 -
CMYK 0.19 0.09 0 0.10
HSL 209.3º 0.45% 0.81% -
HSV(B) 209.3º 0.19% 0.9% -
XYZ 56.95 61.21 82.94 -
YUV 203.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 186 208 229 0.19 0.09 0 0.10 209.3 0.45 0.81
Hex BA D0 E5 13 9 0 A D1 2D 51
Octal 272 320 345 23 11 0 12 321 55 121
Binary 10111010 11010000 11100101 10011 1001 0 1010 11010001 101101 1010001

Color Harmonies of #BAD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD0E5

Black with #BAD0E5

Text Example


Text Example

White with #BAD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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