Html Css Color HEX #BABCFC Lavender Blue

📋 copy color: '#BABCFC'

red 186 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #BABCFC

Tints of Lavender Blue #BABCFC

RGB

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

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

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

R = 29.71%
G = 30.03%
B = 40.26%

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

#BABCFC (or 0xBABCFC) is known color: Lavender Blue. HEX triplet: BA, BC and FC. RGB value is (186,188,252). Sum of RGB (Red+Green+Blue) = 186+188+252=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #BABCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCFC is #454303. Grayscale: #C2C2C2. Windows color (decimal): -4539140 or 16563386. OLE color: 16563386.

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

Color convert

RGB 186 188 252 -
CMYK 0.26 0.25 0 0.01
HSL 238.18º 0.92% 0.86% -
HSV(B) 238.18º 0.26% 0.99% -
XYZ 55.8 53.43 99.47 -
YUV 194.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 186 188 252 0.26 0.25 0 0.01 238.18 0.92 0.86
Hex BA BC FC 1A 19 0 1 EE 5C 56
Octal 272 274 374 32 31 0 1 356 134 126
Binary 10111010 10111100 11111100 11010 11001 0 1 11101110 1011100 1010110

Color Harmonies of #BABCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCFC

Black with #BABCFC

Text Example


Text Example

White with #BABCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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