Html Css Color HEX #BACEDF Spindle

📋 copy color: '#BACEDF'

red 186 ◦ green 206 ◦ blue 223

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

Shades of Spindle #BACEDF

Tints of Spindle #BACEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 30.24%
G = 33.5%
B = 36.26%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BACEDF (or 0xBACEDF) is known color: Spindle. HEX triplet: BA, CE and DF. RGB value is (186,206,223). Sum of RGB (Red+Green+Blue) = 186+206+223=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BACEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEDF is #453120. Grayscale: #C9C9C9. Windows color (decimal): -4534561 or 14667450. OLE color: 14667450.

HSL color Cylindrical-coordinate representation of color #BACEDF: hue angle of 207.57º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACEDF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 206 223 -
CMYK 0.17 0.08 0 0.13
HSL 207.57º 0.37% 0.8% -
HSV(B) 207.57º 0.17% 0.87% -
XYZ 55.64 59.91 78.44 -
YUV 201.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 186 206 223 0.17 0.08 0 0.13 207.57 0.37 0.8
Hex BA CE DF 11 8 0 D D0 25 50
Octal 272 316 337 21 10 0 15 320 45 120
Binary 10111010 11001110 11011111 10001 1000 0 1101 11010000 100101 1010000

Color Harmonies of #BACEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEDF

Black with #BACEDF

Text Example


Text Example

White with #BACEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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