Html Css Color HEX #BAC5FD Lavender Blue

📋 copy color: '#BAC5FD'

red 186 ◦ green 197 ◦ blue 253

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

Shades of Lavender Blue #BAC5FD

Tints of Lavender Blue #BAC5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 29.25%
G = 30.97%
B = 39.78%

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

#BAC5FD (or 0xBAC5FD) is known color: Lavender Blue. HEX triplet: BA, C5 and FD. RGB value is (186,197,253). Sum of RGB (Red+Green+Blue) = 186+197+253=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FD is #453A02. Grayscale: #C7C7C7. Windows color (decimal): -4536835 or 16631226. OLE color: 16631226.

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

Color convert

RGB 186 197 253 -
CMYK 0.26 0.22 0 0.01
HSL 230.15º 0.94% 0.86% -
HSV(B) 230.15º 0.26% 0.99% -
XYZ 57.95 57.46 100.97 -
YUV 200.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 186 197 253 0.26 0.22 0 0.01 230.15 0.94 0.86
Hex BA C5 FD 1A 16 0 1 E6 5E 56
Octal 272 305 375 32 26 0 1 346 136 126
Binary 10111010 11000101 11111101 11010 10110 0 1 11100110 1011110 1010110

Color Harmonies of #BAC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5FD

Black with #BAC5FD

Text Example


Text Example

White with #BAC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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