Html Css Color HEX #B9BAFE Lavender Blue

📋 copy color: '#B9BAFE'

red 185 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #B9BAFE

Tints of Lavender Blue #B9BAFE

RGB

 RED value IS 185 (72.66% from 255) = 29.6%

 GREEN value IS 186 (73.05% from 255) = 29.76%

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

R = 29.6%
G = 29.76%
B = 40.64%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9BAFE (or 0xB9BAFE) is known color: Lavender Blue. HEX triplet: B9, BA and FE. RGB value is (185,186,254). Sum of RGB (Red+Green+Blue) = 185+186+254=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAFE is #464501. Grayscale: #C1C1C1. Windows color (decimal): -4605186 or 16693945. OLE color: 16693945.

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

Color convert

RGB 185 186 254 -
CMYK 0.27 0.27 0 0.00
HSL 239.13º 0.97% 0.86% -
HSV(B) 239.13º 0.27% 1% -
XYZ 55.46 52.59 100.99 -
YUV 193.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 185 186 254 0.27 0.27 0 0.00 239.13 0.97 0.86
Hex B9 BA FE 1B 1B 0 0 EF 61 56
Octal 271 272 376 33 33 0 0 357 141 126
Binary 10111001 10111010 11111110 11011 11011 0 0 11101111 1100001 1010110

Color Harmonies of #B9BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BAFE

Black with #B9BAFE

Text Example


Text Example

White with #B9BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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