Html Css Color HEX #BAB7FB Lavender Blue

📋 copy color: '#BAB7FB'

red 186 ◦ green 183 ◦ blue 251

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

Shades of Lavender Blue #BAB7FB

Tints of Lavender Blue #BAB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.52%

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 30%
G = 29.52%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB7FB (or 0xBAB7FB) is known color: Lavender Blue. HEX triplet: BA, B7 and FB. RGB value is (186,183,251). Sum of RGB (Red+Green+Blue) = 186+183+251=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7FB is #454804. Grayscale: #BFBFBF. Windows color (decimal): -4540421 or 16496570. OLE color: 16496570.

HSL color Cylindrical-coordinate representation of color #BAB7FB: hue angle of 242.65º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB7FB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 183 251 -
CMYK 0.26 0.27 0 0.02
HSL 242.65º 0.89% 0.85% -
HSV(B) 242.65º 0.27% 0.98% -
XYZ 54.6 51.27 98.29 -
YUV 191.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 186 183 251 0.26 0.27 0 0.02 242.65 0.89 0.85
Hex BA B7 FB 1A 1B 0 2 F3 59 55
Octal 272 267 373 32 33 0 2 363 131 125
Binary 10111010 10110111 11111011 11010 11011 0 10 11110011 1011001 1010101

Color Harmonies of #BAB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7FB

Black with #BAB7FB

Text Example


Text Example

White with #BAB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7FB; }

 p { color: rgb(186,183,251); }

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

background-color css

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

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

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

border-color css

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

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

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