Html Css Color HEX #BACADD Spindle

📋 copy color: '#BACADD'

red 186 ◦ green 202 ◦ blue 221

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

Shades of Spindle #BACADD

Tints of Spindle #BACADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 30.54%
G = 33.17%
B = 36.29%

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

#BACADD (or 0xBACADD) is known color: Spindle. HEX triplet: BA, CA and DD. RGB value is (186,202,221). Sum of RGB (Red+Green+Blue) = 186+202+221=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACADD is #453522. Grayscale: #C7C7C7. Windows color (decimal): -4535587 or 14535354. OLE color: 14535354.

HSL color Cylindrical-coordinate representation of color #BACADD: hue angle of 212.57º degrees, saturation: 0.34, 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 #BACADD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 202 221 -
CMYK 0.16 0.09 0 0.13
HSL 212.57º 0.34% 0.8% -
HSV(B) 212.57º 0.16% 0.87% -
XYZ 54.42 57.9 76.71 -
YUV 199.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 186 202 221 0.16 0.09 0 0.13 212.57 0.34 0.8
Hex BA CA DD 10 9 0 D D5 22 50
Octal 272 312 335 20 11 0 15 325 42 120
Binary 10111010 11001010 11011101 10000 1001 0 1101 11010101 100010 1010000

Color Harmonies of #BACADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACADD

Black with #BACADD

Text Example


Text Example

White with #BACADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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