Html Css Color HEX #BABAF8 Lavender Blue

📋 copy color: '#BABAF8'

red 186 ◦ green 186 ◦ blue 248

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

Shades of Lavender Blue #BABAF8

Tints of Lavender Blue #BABAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BABAF8 (or 0xBABAF8) is known color: Lavender Blue. HEX triplet: BA, BA and F8. RGB value is (186,186,248). Sum of RGB (Red+Green+Blue) = 186+186+248=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #BABAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF8 is #454507. Grayscale: #C0C0C0. Windows color (decimal): -4539656 or 16300730. OLE color: 16300730.

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

Color convert

RGB 186 186 248 -
CMYK 0.25 0.25 0 0.03
HSL 240º 0.82% 0.85% -
HSV(B) 240º 0.25% 0.97% -
XYZ 54.75 52.33 96.02 -
YUV 193.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 186 186 248 0.25 0.25 0 0.03 240 0.82 0.85
Hex BA BA F8 19 19 0 3 F0 52 55
Octal 272 272 370 31 31 0 3 360 122 125
Binary 10111010 10111010 11111000 11001 11001 0 11 11110000 1010010 1010101

Color Harmonies of #BABAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAF8

Black with #BABAF8

Text Example


Text Example

White with #BABAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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