Html Css Color HEX #BAC5FC Lavender Blue

📋 copy color: '#BAC5FC'

red 186 ◦ green 197 ◦ blue 252

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

Shades of Lavender Blue #BAC5FC

Tints of Lavender Blue #BAC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.02%

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

R = 29.29%
G = 31.02%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAC5FC (or 0xBAC5FC) is known color: Lavender Blue. HEX triplet: BA, C5 and FC. RGB value is (186,197,252). Sum of RGB (Red+Green+Blue) = 186+197+252=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FC is #453A03. Grayscale: #C7C7C7. Windows color (decimal): -4536836 or 16565690. OLE color: 16565690.

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

Color convert

RGB 186 197 252 -
CMYK 0.26 0.22 0 0.01
HSL 230º 0.92% 0.86% -
HSV(B) 230º 0.26% 0.99% -
XYZ 57.79 57.4 100.13 -
YUV 199.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 186 197 252 0.26 0.22 0 0.01 230 0.92 0.86
Hex BA C5 FC 1A 16 0 1 E6 5C 56
Octal 272 305 374 32 26 0 1 346 134 126
Binary 10111010 11000101 11111100 11010 10110 0 1 11100110 1011100 1010110

Color Harmonies of #BAC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5FC

Black with #BAC5FC

Text Example


Text Example

White with #BAC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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