Html Css Color HEX #BABECD Spindle

📋 copy color: '#BABECD'

red 186 ◦ green 190 ◦ blue 205

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

Shades of Spindle #BABECD

Tints of Spindle #BABECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.7%

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

R = 32.01%
G = 32.7%
B = 35.28%

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

#BABECD (or 0xBABECD) is known color: Spindle. HEX triplet: BA, BE and CD. RGB value is (186,190,205). Sum of RGB (Red+Green+Blue) = 186+190+205=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABECD is #454132. Grayscale: #BEBEBE. Windows color (decimal): -4538675 or 13483706. OLE color: 13483706.

HSL color Cylindrical-coordinate representation of color #BABECD: hue angle of 227.37º 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 #BABECD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 190 205 -
CMYK 0.09 0.07 0 0.20
HSL 227.37º 0.16% 0.77% -
HSV(B) 227.37º 0.09% 0.8% -
XYZ 49.68 51.67 65.11 -
YUV 190.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 186 190 205 0.09 0.07 0 0.20 227.37 0.16 0.77
Hex BA BE CD 9 7 0 14 E3 10 4D
Octal 272 276 315 11 7 0 24 343 20 115
Binary 10111010 10111110 11001101 1001 111 0 10100 11100011 10000 1001101

Color Harmonies of #BABECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABECD

Black with #BABECD

Text Example


Text Example

White with #BABECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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