Html Css Color HEX #BABDC4 Spindle

📋 copy color: '#BABDC4'

red 186 ◦ green 189 ◦ blue 196

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

Shades of Spindle #BABDC4

Tints of Spindle #BABDC4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.1%

 BLUE value IS 196 (76.95% from 255) = 34.33%

R = 32.57%
G = 33.1%
B = 34.33%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BABDC4 (or 0xBABDC4) is known color: Spindle. HEX triplet: BA, BD and C4. RGB value is (186,189,196). Sum of RGB (Red+Green+Blue) = 186+189+196=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 196 - color contains mainly: blue. Hex color #BABDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC4 is #45423B. Grayscale: #BCBCBC. Windows color (decimal): -4538940 or 12893626. OLE color: 12893626.

HSL color Cylindrical-coordinate representation of color #BABDC4: hue angle of 222º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABDC4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 189 196 -
CMYK 0.05 0.04 0 0.23
HSL 222º 0.08% 0.75% -
HSV(B) 222º 0.05% 0.77% -
XYZ 48.41 50.82 59.48 -
YUV 188.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 186 189 196 0.05 0.04 0 0.23 222 0.08 0.75
Hex BA BD C4 5 4 0 17 DE 8 4B
Octal 272 275 304 5 4 0 27 336 10 113
Binary 10111010 10111101 11000100 101 100 0 10111 11011110 1000 1001011

Color Harmonies of #BABDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDC4

Black with #BABDC4

Text Example


Text Example

White with #BABDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDC4; }

 p { color: rgb(186,189,196); }

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

background-color css

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

 a { background-color: rgb(186,189,196); }

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

border-color css

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

 span { border-color: rgb(186,189,196); }

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