Html Css Color HEX #BABFFD Lavender Blue

📋 copy color: '#BABFFD'

red 186 ◦ green 191 ◦ blue 253

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

Shades of Lavender Blue #BABFFD

Tints of Lavender Blue #BABFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 29.52%
G = 30.32%
B = 40.16%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BABFFD (or 0xBABFFD) is known color: Lavender Blue. HEX triplet: BA, BF and FD. RGB value is (186,191,253). Sum of RGB (Red+Green+Blue) = 186+191+253=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #BABFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFFD is #454002. Grayscale: #C4C4C4. Windows color (decimal): -4538371 or 16629690. OLE color: 16629690.

HSL color Cylindrical-coordinate representation of color #BABFFD: hue angle of 235.52º degrees, saturation: 0.94, 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 #BABFFD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 191 253 -
CMYK 0.26 0.25 0 0.01
HSL 235.52º 0.94% 0.86% -
HSV(B) 235.52º 0.26% 0.99% -
XYZ 56.61 54.79 100.52 -
YUV 196.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 186 191 253 0.26 0.25 0 0.01 235.52 0.94 0.86
Hex BA BF FD 1A 19 0 1 EC 5E 56
Octal 272 277 375 32 31 0 1 354 136 126
Binary 10111010 10111111 11111101 11010 11001 0 1 11101100 1011110 1010110

Color Harmonies of #BABFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFFD

Black with #BABFFD

Text Example


Text Example

White with #BABFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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