Html Css Color HEX #BACEE1 Spindle

📋 copy color: '#BACEE1'

red 186 ◦ green 206 ◦ blue 225

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

Shades of Spindle #BACEE1

Tints of Spindle #BACEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.47%

R = 30.15%
G = 33.39%
B = 36.47%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BACEE1 (or 0xBACEE1) is known color: Spindle. HEX triplet: BA, CE and E1. RGB value is (186,206,225). Sum of RGB (Red+Green+Blue) = 186+206+225=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BACEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEE1 is #45311E. Grayscale: #CACACA. Windows color (decimal): -4534559 or 14798522. OLE color: 14798522.

HSL color Cylindrical-coordinate representation of color #BACEE1: hue angle of 209.23º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACEE1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 206 225 -
CMYK 0.17 0.08 0 0.12
HSL 209.23º 0.39% 0.81% -
HSV(B) 209.23º 0.17% 0.88% -
XYZ 55.91 60.02 79.87 -
YUV 202.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 186 206 225 0.17 0.08 0 0.12 209.23 0.39 0.81
Hex BA CE E1 11 8 0 C D1 27 51
Octal 272 316 341 21 10 0 14 321 47 121
Binary 10111010 11001110 11100001 10001 1000 0 1100 11010001 100111 1010001

Color Harmonies of #BACEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEE1

Black with #BACEE1

Text Example


Text Example

White with #BACEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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