Html Css Color HEX #BABCFD Lavender Blue

📋 copy color: '#BABCFD'

red 186 ◦ green 188 ◦ blue 253

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

Shades of Lavender Blue #BABCFD

Tints of Lavender Blue #BABCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.98%

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

R = 29.67%
G = 29.98%
B = 40.35%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BABCFD (or 0xBABCFD) is known color: Lavender Blue. HEX triplet: BA, BC and FD. RGB value is (186,188,253). Sum of RGB (Red+Green+Blue) = 186+188+253=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #BABCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCFD is #454302. Grayscale: #C2C2C2. Windows color (decimal): -4539139 or 16628922. OLE color: 16628922.

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

Color convert

RGB 186 188 253 -
CMYK 0.26 0.26 0 0.01
HSL 238.21º 0.94% 0.86% -
HSV(B) 238.21º 0.26% 0.99% -
XYZ 55.96 53.5 100.31 -
YUV 194.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 186 188 253 0.26 0.26 0 0.01 238.21 0.94 0.86
Hex BA BC FD 1A 1A 0 1 EE 5E 56
Octal 272 274 375 32 32 0 1 356 136 126
Binary 10111010 10111100 11111101 11010 11010 0 1 11101110 1011110 1010110

Color Harmonies of #BABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCFD

Black with #BABCFD

Text Example


Text Example

White with #BABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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