Html Css Color HEX #BABAF5 Perano

📋 copy color: '#BABAF5'

red 186 ◦ green 186 ◦ blue 245

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

Shades of Perano #BABAF5

Tints of Perano #BABAF5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.15%

 BLUE value IS 245 (96.09% from 255) = 39.71%

R = 30.15%
G = 30.15%
B = 39.71%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BABAF5 (or 0xBABAF5) is known color: Perano. HEX triplet: BA, BA and F5. RGB value is (186,186,245). Sum of RGB (Red+Green+Blue) = 186+186+245=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 245 - color contains mainly: blue. Hex color #BABAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF5 is #45450A. Grayscale: #C0C0C0. Windows color (decimal): -4539659 or 16104122. OLE color: 16104122.

HSL color Cylindrical-coordinate representation of color #BABAF5: hue angle of 240º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABAF5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 186 245 -
CMYK 0.24 0.24 0 0.04
HSL 240º 0.75% 0.85% -
HSV(B) 240º 0.24% 0.96% -
XYZ 54.29 52.15 93.59 -
YUV 192.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 186 186 245 0.24 0.24 0 0.04 240 0.75 0.85
Hex BA BA F5 18 18 0 4 F0 4B 55
Octal 272 272 365 30 30 0 4 360 113 125
Binary 10111010 10111010 11110101 11000 11000 0 100 11110000 1001011 1010101

Color Harmonies of #BABAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAF5

Black with #BABAF5

Text Example


Text Example

White with #BABAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAF5; }

 p { color: rgb(186,186,245); }

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

background-color css

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

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

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

border-color css

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

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

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