Html Css Color HEX #BACEE5 Tropical Blue

📋 copy color: '#BACEE5'

red 186 ◦ green 206 ◦ blue 229

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

Shades of Tropical Blue #BACEE5

Tints of Tropical Blue #BACEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.17%

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

R = 29.95%
G = 33.17%
B = 36.88%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BACEE5 (or 0xBACEE5) is known color: Tropical Blue. HEX triplet: BA, CE and E5. RGB value is (186,206,229). Sum of RGB (Red+Green+Blue) = 186+206+229=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #BACEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEE5 is #45311A. Grayscale: #CACACA. Windows color (decimal): -4534555 or 15060666. OLE color: 15060666.

HSL color Cylindrical-coordinate representation of color #BACEE5: hue angle of 212.09º 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 #BACEE5 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 206 229 -
CMYK 0.19 0.10 0 0.10
HSL 212.09º 0.45% 0.81% -
HSV(B) 212.09º 0.19% 0.9% -
XYZ 56.46 60.24 82.78 -
YUV 202.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 186 206 229 0.19 0.10 0 0.10 212.09 0.45 0.81
Hex BA CE E5 13 A 0 A D4 2D 51
Octal 272 316 345 23 12 0 12 324 55 121
Binary 10111010 11001110 11100101 10011 1010 0 1010 11010100 101101 1010001

Color Harmonies of #BACEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEE5

Black with #BACEE5

Text Example


Text Example

White with #BACEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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