Html Css Color HEX #B9B6FE Lavender Blue

📋 copy color: '#B9B6FE'

red 185 ◦ green 182 ◦ blue 254

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

Shades of Lavender Blue #B9B6FE

Tints of Lavender Blue #B9B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

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

R = 29.79%
G = 29.31%
B = 40.9%

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

#B9B6FE (or 0xB9B6FE) is known color: Lavender Blue. HEX triplet: B9, B6 and FE. RGB value is (185,182,254). Sum of RGB (Red+Green+Blue) = 185+182+254=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B6FE is #464901. Grayscale: #BEBEBE. Windows color (decimal): -4606210 or 16692921. OLE color: 16692921.

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

Color convert

RGB 185 182 254 -
CMYK 0.27 0.28 0 0.00
HSL 242.5º 0.97% 0.85% -
HSV(B) 242.5º 0.28% 1% -
XYZ 54.62 50.93 100.72 -
YUV 191.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 185 182 254 0.27 0.28 0 0.00 242.5 0.97 0.85
Hex B9 B6 FE 1B 1C 0 0 F2 61 55
Octal 271 266 376 33 34 0 0 362 141 125
Binary 10111001 10110110 11111110 11011 11100 0 0 11110010 1100001 1010101

Color Harmonies of #B9B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B6FE

Black with #B9B6FE

Text Example


Text Example

White with #B9B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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