Html Css Color HEX #B9B9FE Lavender Blue

📋 copy color: '#B9B9FE'

red 185 ◦ green 185 ◦ blue 254

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

Shades of Lavender Blue #B9B9FE

Tints of Lavender Blue #B9B9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.65%

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

R = 29.65%
G = 29.65%
B = 40.71%

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

#B9B9FE (or 0xB9B9FE) is known color: Lavender Blue. HEX triplet: B9, B9 and FE. RGB value is (185,185,254). Sum of RGB (Red+Green+Blue) = 185+185+254=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B9FE is #464601. Grayscale: #C0C0C0. Windows color (decimal): -4605442 or 16693689. OLE color: 16693689.

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

Color convert

RGB 185 185 254 -
CMYK 0.27 0.27 0 0.00
HSL 240º 0.97% 0.86% -
HSV(B) 240º 0.27% 1% -
XYZ 55.25 52.17 100.92 -
YUV 192.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 185 185 254 0.27 0.27 0 0.00 240 0.97 0.86
Hex B9 B9 FE 1B 1B 0 0 F0 61 56
Octal 271 271 376 33 33 0 0 360 141 126
Binary 10111001 10111001 11111110 11011 11011 0 0 11110000 1100001 1010110

Color Harmonies of #B9B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B9FE

Black with #B9B9FE

Text Example


Text Example

White with #B9B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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