Html Css Color HEX #BABFCA Spindle

📋 copy color: '#BABFCA'

red 186 ◦ green 191 ◦ blue 202

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

Shades of Spindle #BABFCA

Tints of Spindle #BABFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 32.12%
G = 32.99%
B = 34.89%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BABFCA (or 0xBABFCA) is known color: Spindle. HEX triplet: BA, BF and CA. RGB value is (186,191,202). Sum of RGB (Red+Green+Blue) = 186+191+202=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #BABFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCA is #454035. Grayscale: #BEBEBE. Windows color (decimal): -4538422 or 13287354. OLE color: 13287354.

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

Color convert

RGB 186 191 202 -
CMYK 0.08 0.05 0 0.21
HSL 221.25º 0.13% 0.76% -
HSV(B) 221.25º 0.08% 0.79% -
XYZ 49.54 51.96 63.3 -
YUV 190.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 186 191 202 0.08 0.05 0 0.21 221.25 0.13 0.76
Hex BA BF CA 8 5 0 15 DD D 4C
Octal 272 277 312 10 5 0 25 335 15 114
Binary 10111010 10111111 11001010 1000 101 0 10101 11011101 1101 1001100

Color Harmonies of #BABFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFCA

Black with #BABFCA

Text Example


Text Example

White with #BABFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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