Html Css Color HEX #BAC6FE Lavender Blue

📋 copy color: '#BAC6FE'

red 186 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #BAC6FE

Tints of Lavender Blue #BAC6FE

RGB

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

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

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

R = 29.15%
G = 31.03%
B = 39.81%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAC6FE (or 0xBAC6FE) is known color: Lavender Blue. HEX triplet: BA, C6 and FE. RGB value is (186,198,254). Sum of RGB (Red+Green+Blue) = 186+198+254=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6FE is #453901. Grayscale: #C8C8C8. Windows color (decimal): -4536578 or 16697018. OLE color: 16697018.

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

Color convert

RGB 186 198 254 -
CMYK 0.27 0.22 0 0.00
HSL 229.41º 0.97% 0.86% -
HSV(B) 229.41º 0.27% 1% -
XYZ 58.33 57.98 101.88 -
YUV 200.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 186 198 254 0.27 0.22 0 0.00 229.41 0.97 0.86
Hex BA C6 FE 1B 16 0 0 E5 61 56
Octal 272 306 376 33 26 0 0 345 141 126
Binary 10111010 11000110 11111110 11011 10110 0 0 11100101 1100001 1010110

Color Harmonies of #BAC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6FE

Black with #BAC6FE

Text Example


Text Example

White with #BAC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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