Html Css Color HEX #BABFCD Spindle

📋 copy color: '#BABFCD'

red 186 ◦ green 191 ◦ blue 205

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

Shades of Spindle #BABFCD

Tints of Spindle #BABFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 31.96%
G = 32.82%
B = 35.22%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BABFCD (or 0xBABFCD) is known color: Spindle. HEX triplet: BA, BF and CD. RGB value is (186,191,205). Sum of RGB (Red+Green+Blue) = 186+191+205=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCD is #454032. Grayscale: #BFBFBF. Windows color (decimal): -4538419 or 13483962. OLE color: 13483962.

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

Color convert

RGB 186 191 205 -
CMYK 0.09 0.07 0 0.20
HSL 224.21º 0.16% 0.77% -
HSV(B) 224.21º 0.09% 0.8% -
XYZ 49.9 52.11 65.19 -
YUV 191.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 186 191 205 0.09 0.07 0 0.20 224.21 0.16 0.77
Hex BA BF CD 9 7 0 14 E0 10 4D
Octal 272 277 315 11 7 0 24 340 20 115
Binary 10111010 10111111 11001101 1001 111 0 10100 11100000 10000 1001101

Color Harmonies of #BABFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFCD

Black with #BABFCD

Text Example


Text Example

White with #BABFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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