Html Css Color HEX #BABAFC Lavender Blue

📋 copy color: '#BABAFC'

red 186 ◦ green 186 ◦ blue 252

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

Shades of Lavender Blue #BABAFC

Tints of Lavender Blue #BABAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.81%

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

R = 29.81%
G = 29.81%
B = 40.38%

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

#BABAFC (or 0xBABAFC) is known color: Lavender Blue. HEX triplet: BA, BA and FC. RGB value is (186,186,252). Sum of RGB (Red+Green+Blue) = 186+186+252=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #BABAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAFC is #454503. Grayscale: #C1C1C1. Windows color (decimal): -4539652 or 16562874. OLE color: 16562874.

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

Color convert

RGB 186 186 252 -
CMYK 0.26 0.26 0 0.01
HSL 240º 0.92% 0.86% -
HSV(B) 240º 0.26% 0.99% -
XYZ 55.38 52.59 99.33 -
YUV 193.52 161 122.63 -
System Red Green Blue C M Y K H S L
Decimal 186 186 252 0.26 0.26 0 0.01 240 0.92 0.86
Hex BA BA FC 1A 1A 0 1 F0 5C 56
Octal 272 272 374 32 32 0 1 360 134 126
Binary 10111010 10111010 11111100 11010 11010 0 1 11110000 1011100 1010110

Color Harmonies of #BABAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAFC

Black with #BABAFC

Text Example


Text Example

White with #BABAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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