Html Css Color HEX #BACCE6 Tropical Blue

📋 copy color: '#BACCE6'

red 186 ◦ green 204 ◦ blue 230

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

Shades of Tropical Blue #BACCE6

Tints of Tropical Blue #BACCE6

RGB

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

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

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

R = 30%
G = 32.9%
B = 37.1%

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

#BACCE6 (or 0xBACCE6) is known color: Tropical Blue. HEX triplet: BA, CC and E6. RGB value is (186,204,230). Sum of RGB (Red+Green+Blue) = 186+204+230=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #BACCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCE6 is #453319. Grayscale: #C9C9C9. Windows color (decimal): -4535066 or 15125690. OLE color: 15125690.

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

Color convert

RGB 186 204 230 -
CMYK 0.19 0.11 0 0.10
HSL 215.45º 0.47% 0.82% -
HSV(B) 215.45º 0.19% 0.9% -
XYZ 56.13 59.34 83.36 -
YUV 201.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 186 204 230 0.19 0.11 0 0.10 215.45 0.47 0.82
Hex BA CC E6 13 B 0 A D7 2F 52
Octal 272 314 346 23 13 0 12 327 57 122
Binary 10111010 11001100 11100110 10011 1011 0 1010 11010111 101111 1010010

Color Harmonies of #BACCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE6

Black with #BACCE6

Text Example


Text Example

White with #BACCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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