Html Css Color HEX #BACEE6 Tropical Blue

📋 copy color: '#BACEE6'

red 186 ◦ green 206 ◦ blue 230

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

Shades of Tropical Blue #BACEE6

Tints of Tropical Blue #BACEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 29.9%
G = 33.12%
B = 36.98%

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

#BACEE6 (or 0xBACEE6) is known color: Tropical Blue. HEX triplet: BA, CE and E6. RGB value is (186,206,230). Sum of RGB (Red+Green+Blue) = 186+206+230=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #BACEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEE6 is #453119. Grayscale: #CACACA. Windows color (decimal): -4534554 or 15126202. OLE color: 15126202.

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

Color convert

RGB 186 206 230 -
CMYK 0.19 0.10 0 0.10
HSL 212.73º 0.47% 0.82% -
HSV(B) 212.73º 0.19% 0.9% -
XYZ 56.6 60.29 83.52 -
YUV 202.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 186 206 230 0.19 0.10 0 0.10 212.73 0.47 0.82
Hex BA CE E6 13 A 0 A D5 2F 52
Octal 272 316 346 23 12 0 12 325 57 122
Binary 10111010 11001110 11100110 10011 1010 0 1010 11010101 101111 1010010

Color Harmonies of #BACEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEE6

Black with #BACEE6

Text Example


Text Example

White with #BACEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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