Html Css Color HEX #BABEFF Lavender Blue

📋 copy color: '#BABEFF'

red 186 ◦ green 190 ◦ blue 255

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

Shades of Lavender Blue #BABEFF

Tints of Lavender Blue #BABEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 29.48%
G = 30.11%
B = 40.41%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BABEFF (or 0xBABEFF) is known color: Lavender Blue. HEX triplet: BA, BE and FF. RGB value is (186,190,255). Sum of RGB (Red+Green+Blue) = 186+190+255=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BABEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEFF is #454100. Grayscale: #C3C3C3. Windows color (decimal): -4538625 or 16760506. OLE color: 16760506.

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

Color convert

RGB 186 190 255 -
CMYK 0.27 0.25 0 0
HSL 236.52º 1% 0.86% -
HSV(B) 236.52º 0.27% 1% -
XYZ 56.71 54.49 102.14 -
YUV 196.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 186 190 255 0.27 0.25 0 0 236.52 1 0.86
Hex BA BE FF 1B 19 0 0 ED 64 56
Octal 272 276 377 33 31 0 0 355 144 126
Binary 10111010 10111110 11111111 11011 11001 0 0 11101101 1100100 1010110

Color Harmonies of #BABEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEFF

Black with #BABEFF

Text Example


Text Example

White with #BABEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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