Html Css Color HEX #BACED9 Spindle

📋 copy color: '#BACED9'

red 186 ◦ green 206 ◦ blue 217

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

Shades of Spindle #BACED9

Tints of Spindle #BACED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 30.54%
G = 33.83%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BACED9 (or 0xBACED9) is known color: Spindle. HEX triplet: BA, CE and D9. RGB value is (186,206,217). Sum of RGB (Red+Green+Blue) = 186+206+217=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED9 is #453126. Grayscale: #C9C9C9. Windows color (decimal): -4534567 or 14274234. OLE color: 14274234.

HSL color Cylindrical-coordinate representation of color #BACED9: hue angle of 201.29º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACED9 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 206 217 -
CMYK 0.14 0.05 0 0.15
HSL 201.29º 0.29% 0.79% -
HSV(B) 201.29º 0.14% 0.85% -
XYZ 54.85 59.59 74.26 -
YUV 201.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 186 206 217 0.14 0.05 0 0.15 201.29 0.29 0.79
Hex BA CE D9 E 5 0 F C9 1D 4F
Octal 272 316 331 16 5 0 17 311 35 117
Binary 10111010 11001110 11011001 1110 101 0 1111 11001001 11101 1001111

Color Harmonies of #BACED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACED9

Black with #BACED9

Text Example


Text Example

White with #BACED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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