#BABECB

Color #BABECB Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BABECB

Tints of Spindle #BABECB

Color information

#BABECB (or 0xBABECB) is unknown color: approx Spindle. HEX triplet: BA, BE and CB. RGB value is (186,190,203). Sum of RGB (Red+Green+Blue) = 186+190+203=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #BABECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABECB is #454134. Grayscale: #BEBEBE. Windows color (decimal): -4538677 or 13352634. OLE color: 13352634.

HSL color Cylindrical-coordinate representation of color #BABECB: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABECB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186190203-
CMYK0.080.0600.20
HSL225.88º14.05%76.27%-
HSV(B)225.88º8.37%79.61%-
XYZ49.4451.5863.85-
YUV190.29135.17124.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=32.12%
G=32.82%
B=35.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861902030.080.0600.20225.8814.0576.27
HexBABECB86014e2e4c
Octal27227631310602434216114
Binary10111010101111101100101110001100101001110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABECB; }

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

 H1.HeaderClassName
 {
   color: #BABECB;
 }
 .AnyTagClassName
 {
   color: #BABECB;
 }
</style>
background-color css

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

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

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

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

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

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