Html Css Color HEX #BABEFE Lavender Blue

📋 copy color: '#BABEFE'

red 186 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #BABEFE

Tints of Lavender Blue #BABEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.16%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 29.52%
G = 30.16%
B = 40.32%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BABEFE (or 0xBABEFE) is known color: Lavender Blue. HEX triplet: BA, BE and FE. RGB value is (186,190,254). Sum of RGB (Red+Green+Blue) = 186+190+254=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BABEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEFE is #454101. Grayscale: #C3C3C3. Windows color (decimal): -4538626 or 16694970. OLE color: 16694970.

HSL color Cylindrical-coordinate representation of color #BABEFE: hue angle of 236.47º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABEFE is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 190 254 -
CMYK 0.27 0.25 0 0.00
HSL 236.47º 0.97% 0.86% -
HSV(B) 236.47º 0.27% 1% -
XYZ 56.55 54.42 101.29 -
YUV 196.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 186 190 254 0.27 0.25 0 0.00 236.47 0.97 0.86
Hex BA BE FE 1B 19 0 0 EC 61 56
Octal 272 276 376 33 31 0 0 354 141 126
Binary 10111010 10111110 11111110 11011 11001 0 0 11101100 1100001 1010110

Color Harmonies of #BABEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEFE

Black with #BABEFE

Text Example


Text Example

White with #BABEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEFE; }

 p { color: rgb(186,190,254); }

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

background-color css

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

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

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

border-color css

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

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

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