Html Css Color HEX #BACADE Spindle

📋 copy color: '#BACADE'

red 186 ◦ green 202 ◦ blue 222

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

Shades of Spindle #BACADE

Tints of Spindle #BACADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.11%

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 30.49%
G = 33.11%
B = 36.39%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BACADE (or 0xBACADE) is known color: Spindle. HEX triplet: BA, CA and DE. RGB value is (186,202,222). Sum of RGB (Red+Green+Blue) = 186+202+222=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #BACADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACADE is #453521. Grayscale: #C7C7C7. Windows color (decimal): -4535586 or 14600890. OLE color: 14600890.

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

Color convert

RGB 186 202 222 -
CMYK 0.16 0.09 0 0.13
HSL 213.33º 0.35% 0.8% -
HSV(B) 213.33º 0.16% 0.87% -
XYZ 54.56 57.95 77.42 -
YUV 199.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 186 202 222 0.16 0.09 0 0.13 213.33 0.35 0.8
Hex BA CA DE 10 9 0 D D5 23 50
Octal 272 312 336 20 11 0 15 325 43 120
Binary 10111010 11001010 11011110 10000 1001 0 1101 11010101 100011 1010000

Color Harmonies of #BACADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACADE

Black with #BACADE

Text Example


Text Example

White with #BACADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACADE; }

 p { color: rgb(186,202,222); }

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

background-color css

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

 a { background-color: rgb(186,202,222); }

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

border-color css

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

 span { border-color: rgb(186,202,222); }

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