#B7BFFF

Color #B7BFFF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #B7BFFF

Tints of Lavender Blue #B7BFFF

Color information

#B7BFFF (or 0xB7BFFF) is unknown color: approx Lavender Blue. HEX triplet: B7, BF and FF. RGB value is (183,191,255). Sum of RGB (Red+Green+Blue) = 183+191+255=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BFFF is #484000. Grayscale: #C3C3C3. Windows color (decimal): -4734977 or 16760759. OLE color: 16760759.

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

Color convert

RGB183191255-
CMYK0.280.2500
HSL233.33º100%85.88%-
HSV(B)233.33º28.24%100%-
XYZ56.2154.55102.17-
YUV195.9161.35118.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.09%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 255 (100% from 255) = 40.54%
R=29.09%
G=30.37%
B=40.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831912550.280.2500233.3310085.88
HexB7BFFF1C1900e96456
Octal267277377343100351144126
Binary1011011110111111111111111110011001001110100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFFF; }

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

 H1.HeaderClassName
 {
   color: #B7BFFF;
 }
 .AnyTagClassName
 {
   color: #B7BFFF;
 }
</style>
background-color css

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

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

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

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

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

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