#BABBED

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

Shades of Perano #BABBED

Tints of Perano #BABBED

Color information

#BABBED (or 0xBABBED) is unknown color: approx Perano. HEX triplet: BA, BB and ED. RGB value is (186,187,237). Sum of RGB (Red+Green+Blue) = 186+187+237=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BABBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBED is #454412. Grayscale: #C0C0C0. Windows color (decimal): -4539411 or 15580090. OLE color: 15580090.

HSL color Cylindrical-coordinate representation of color #BABBED: hue angle of 238.82º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABBED is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186187237-
CMYK0.220.2100.07
HSL238.82º58.62%82.94%-
HSV(B)238.82º21.52%92.94%-
XYZ53.3152.0987.37-
YUV192.4153.17123.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=30.49%
G=30.66%
B=38.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861872370.220.2100.07238.8258.6282.94
HexBABBED161507ef3b53
Octal27227335526250735773123
Binary10111010101110111110110110110101010111111011111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBED; }

 p { color: rgb(186,187,237); }

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

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

 a { background-color: rgb(186,187,237); }

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

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

 span { border-color: rgb(186,187,237); }

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