Html Css Color HEX #BABFC9 Spindle

📋 copy color: '#BABFC9'

red 186 ◦ green 191 ◦ blue 201

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

Shades of Spindle #BABFC9

Tints of Spindle #BABFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 201 (78.91% from 255) = 34.78%

R = 32.18%
G = 33.04%
B = 34.78%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BABFC9 (or 0xBABFC9) is known color: Spindle. HEX triplet: BA, BF and C9. RGB value is (186,191,201). Sum of RGB (Red+Green+Blue) = 186+191+201=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 201 - color contains mainly: blue. Hex color #BABFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC9 is #454036. Grayscale: #BEBEBE. Windows color (decimal): -4538423 or 13221818. OLE color: 13221818.

HSL color Cylindrical-coordinate representation of color #BABFC9: hue angle of 220º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABFC9 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 191 201 -
CMYK 0.07 0.05 0 0.21
HSL 220º 0.12% 0.76% -
HSV(B) 220º 0.07% 0.79% -
XYZ 49.42 51.92 62.67 -
YUV 190.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 186 191 201 0.07 0.05 0 0.21 220 0.12 0.76
Hex BA BF C9 7 5 0 15 DC C 4C
Octal 272 277 311 7 5 0 25 334 14 114
Binary 10111010 10111111 11001001 111 101 0 10101 11011100 1100 1001100

Color Harmonies of #BABFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFC9

Black with #BABFC9

Text Example


Text Example

White with #BABFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFC9; }

 p { color: rgb(186,191,201); }

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

background-color css

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

 a { background-color: rgb(186,191,201); }

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

border-color css

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

 span { border-color: rgb(186,191,201); }

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