Html Css Color HEX #BABFFC Lavender Blue

📋 copy color: '#BABFFC'

red 186 ◦ green 191 ◦ blue 252

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

Shades of Lavender Blue #BABFFC

Tints of Lavender Blue #BABFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 30.37%

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 29.57%
G = 30.37%
B = 40.06%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BABFFC (or 0xBABFFC) is known color: Lavender Blue. HEX triplet: BA, BF and FC. RGB value is (186,191,252). Sum of RGB (Red+Green+Blue) = 186+191+252=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #BABFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFFC is #454003. Grayscale: #C4C4C4. Windows color (decimal): -4538372 or 16564154. OLE color: 16564154.

HSL color Cylindrical-coordinate representation of color #BABFFC: hue angle of 235.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BABFFC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 191 252 -
CMYK 0.26 0.24 0 0.01
HSL 235.45º 0.92% 0.86% -
HSV(B) 235.45º 0.26% 0.99% -
XYZ 56.45 54.73 99.68 -
YUV 196.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 186 191 252 0.26 0.24 0 0.01 235.45 0.92 0.86
Hex BA BF FC 1A 18 0 1 EB 5C 56
Octal 272 277 374 32 30 0 1 353 134 126
Binary 10111010 10111111 11111100 11010 11000 0 1 11101011 1011100 1010110

Color Harmonies of #BABFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFFC

Black with #BABFFC

Text Example


Text Example

White with #BABFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFFC; }

 p { color: rgb(186,191,252); }

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

background-color css

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

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

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

border-color css

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

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

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