Html Css Color HEX #BACED8 Spindle

📋 copy color: '#BACED8'

red 186 ◦ green 206 ◦ blue 216

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

Shades of Spindle #BACED8

Tints of Spindle #BACED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.53%

R = 30.59%
G = 33.88%
B = 35.53%

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

#BACED8 (or 0xBACED8) is known color: Spindle. HEX triplet: BA, CE and D8. RGB value is (186,206,216). Sum of RGB (Red+Green+Blue) = 186+206+216=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #BACED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED8 is #453127. Grayscale: #C9C9C9. Windows color (decimal): -4534568 or 14208698. OLE color: 14208698.

HSL color Cylindrical-coordinate representation of color #BACED8: hue angle of 200º degrees, saturation: 0.28, 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 #BACED8 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 206 216 -
CMYK 0.14 0.05 0 0.15
HSL 200º 0.28% 0.79% -
HSV(B) 200º 0.14% 0.85% -
XYZ 54.72 59.54 73.57 -
YUV 201.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 186 206 216 0.14 0.05 0 0.15 200 0.28 0.79
Hex BA CE D8 E 5 0 F C8 1C 4F
Octal 272 316 330 16 5 0 17 310 34 117
Binary 10111010 11001110 11011000 1110 101 0 1111 11001000 11100 1001111

Color Harmonies of #BACED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACED8

Black with #BACED8

Text Example


Text Example

White with #BACED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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