Html Css Color HEX #B9B8FE Lavender Blue

📋 copy color: '#B9B8FE'

red 185 ◦ green 184 ◦ blue 254

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

Shades of Lavender Blue #B9B8FE

Tints of Lavender Blue #B9B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.53%

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

R = 29.7%
G = 29.53%
B = 40.77%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9B8FE (or 0xB9B8FE) is known color: Lavender Blue. HEX triplet: B9, B8 and FE. RGB value is (185,184,254). Sum of RGB (Red+Green+Blue) = 185+184+254=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B8FE is #464701. Grayscale: #C0C0C0. Windows color (decimal): -4605698 or 16693433. OLE color: 16693433.

HSL color Cylindrical-coordinate representation of color #B9B8FE: hue angle of 240.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9B8FE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 184 254 -
CMYK 0.27 0.28 0 0.00
HSL 240.86º 0.97% 0.86% -
HSV(B) 240.86º 0.28% 1% -
XYZ 55.04 51.75 100.85 -
YUV 192.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 185 184 254 0.27 0.28 0 0.00 240.86 0.97 0.86
Hex B9 B8 FE 1B 1C 0 0 F1 61 56
Octal 271 270 376 33 34 0 0 361 141 126
Binary 10111001 10111000 11111110 11011 11100 0 0 11110001 1100001 1010110

Color Harmonies of #B9B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B8FE

Black with #B9B8FE

Text Example


Text Example

White with #B9B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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