Html Css Color HEX #BAC6FF Lavender Blue

📋 copy color: '#BAC6FF'

red 186 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #BAC6FF

Tints of Lavender Blue #BAC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.99%

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

R = 29.11%
G = 30.99%
B = 39.91%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAC6FF (or 0xBAC6FF) is known color: Lavender Blue. HEX triplet: BA, C6 and FF. RGB value is (186,198,255). Sum of RGB (Red+Green+Blue) = 186+198+255=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6FF is #453900. Grayscale: #C8C8C8. Windows color (decimal): -4536577 or 16762554. OLE color: 16762554.

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

Color convert

RGB 186 198 255 -
CMYK 0.27 0.22 0 0
HSL 229.57º 1% 0.86% -
HSV(B) 229.57º 0.27% 1% -
XYZ 58.49 58.05 102.73 -
YUV 200.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 186 198 255 0.27 0.22 0 0 229.57 1 0.86
Hex BA C6 FF 1B 16 0 0 E6 64 56
Octal 272 306 377 33 26 0 0 346 144 126
Binary 10111010 11000110 11111111 11011 10110 0 0 11100110 1100100 1010110

Color Harmonies of #BAC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6FF

Black with #BAC6FF

Text Example


Text Example

White with #BAC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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