Html Css Color HEX #BACAD4 Spindle

📋 copy color: '#BACAD4'

red 186 ◦ green 202 ◦ blue 212

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

Shades of Spindle #BACAD4

Tints of Spindle #BACAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.33%

R = 31%
G = 33.67%
B = 35.33%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BACAD4 (or 0xBACAD4) is known color: Spindle. HEX triplet: BA, CA and D4. RGB value is (186,202,212). Sum of RGB (Red+Green+Blue) = 186+202+212=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #BACAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD4 is #45352B. Grayscale: #C6C6C6. Windows color (decimal): -4535596 or 13945530. OLE color: 13945530.

HSL color Cylindrical-coordinate representation of color #BACAD4: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACAD4 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 202 212 -
CMYK 0.12 0.05 0 0.17
HSL 203.08º 0.23% 0.78% -
HSV(B) 203.08º 0.12% 0.83% -
XYZ 53.25 57.43 70.57 -
YUV 198.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 186 202 212 0.12 0.05 0 0.17 203.08 0.23 0.78
Hex BA CA D4 C 5 0 11 CB 17 4E
Octal 272 312 324 14 5 0 21 313 27 116
Binary 10111010 11001010 11010100 1100 101 0 10001 11001011 10111 1001110

Color Harmonies of #BACAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAD4

Black with #BACAD4

Text Example


Text Example

White with #BACAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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