Html Css Color HEX #BACEEB Tropical Blue

📋 copy color: '#BACEEB'

red 186 ◦ green 206 ◦ blue 235

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

Shades of Tropical Blue #BACEEB

Tints of Tropical Blue #BACEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 29.67%
G = 32.85%
B = 37.48%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BACEEB (or 0xBACEEB) is known color: Tropical Blue. HEX triplet: BA, CE and EB. RGB value is (186,206,235). Sum of RGB (Red+Green+Blue) = 186+206+235=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #BACEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEEB is #453114. Grayscale: #CBCBCB. Windows color (decimal): -4534549 or 15453882. OLE color: 15453882.

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

Color convert

RGB 186 206 235 -
CMYK 0.21 0.12 0 0.08
HSL 215.51º 0.55% 0.83% -
HSV(B) 215.51º 0.21% 0.92% -
XYZ 57.32 60.58 87.27 -
YUV 203.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 186 206 235 0.21 0.12 0 0.08 215.51 0.55 0.83
Hex BA CE EB 15 C 0 8 D8 37 53
Octal 272 316 353 25 14 0 10 330 67 123
Binary 10111010 11001110 11101011 10101 1100 0 1000 11011000 110111 1010011

Color Harmonies of #BACEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEEB

Black with #BACEEB

Text Example


Text Example

White with #BACEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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