Html Css Color HEX #BACCE5 Tropical Blue

📋 copy color: '#BACCE5'

red 186 ◦ green 204 ◦ blue 229

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

Shades of Tropical Blue #BACCE5

Tints of Tropical Blue #BACCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.96%

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

R = 30.05%
G = 32.96%
B = 37%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BACCE5 (or 0xBACCE5) is known color: Tropical Blue. HEX triplet: BA, CC and E5. RGB value is (186,204,229). Sum of RGB (Red+Green+Blue) = 186+204+229=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #BACCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE5 is #45331A. Grayscale: #C9C9C9. Windows color (decimal): -4535067 or 15060154. OLE color: 15060154.

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

Color convert

RGB 186 204 229 -
CMYK 0.19 0.11 0 0.10
HSL 214.88º 0.45% 0.81% -
HSV(B) 214.88º 0.19% 0.9% -
XYZ 55.99 59.28 82.62 -
YUV 201.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 186 204 229 0.19 0.11 0 0.10 214.88 0.45 0.81
Hex BA CC E5 13 B 0 A D7 2D 51
Octal 272 314 345 23 13 0 12 327 55 121
Binary 10111010 11001100 11100101 10011 1011 0 1010 11010111 101101 1010001

Color Harmonies of #BACCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE5

Black with #BACCE5

Text Example


Text Example

White with #BACCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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