Html Css Color HEX #B9BFFF Lavender Blue

📋 copy color: '#B9BFFF'

red 185 ◦ green 191 ◦ blue 255

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

Shades of Lavender Blue #B9BFFF

Tints of Lavender Blue #B9BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 30.27%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 29.32%
G = 30.27%
B = 40.41%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9BFFF (or 0xB9BFFF) is known color: Lavender Blue. HEX triplet: B9, BF and FF. RGB value is (185,191,255). Sum of RGB (Red+Green+Blue) = 185+191+255=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFFF is #464000. Grayscale: #C4C4C4. Windows color (decimal): -4603905 or 16760761. OLE color: 16760761.

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

Color convert

RGB 185 191 255 -
CMYK 0.27 0.25 0 0
HSL 234.86º 1% 0.86% -
HSV(B) 234.86º 0.27% 1% -
XYZ 56.69 54.8 102.2 -
YUV 196.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 185 191 255 0.27 0.25 0 0 234.86 1 0.86
Hex B9 BF FF 1B 19 0 0 EB 64 56
Octal 271 277 377 33 31 0 0 353 144 126
Binary 10111001 10111111 11111111 11011 11001 0 0 11101011 1100100 1010110

Color Harmonies of #B9BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFFF

Black with #B9BFFF

Text Example


Text Example

White with #B9BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFFF; }

 p { color: rgb(185,191,255); }

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

background-color css

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

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

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

border-color css

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

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

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