Html Css Color HEX #B7B0FE Lavender Blue

📋 copy color: '#B7B0FE'

red 183 ◦ green 176 ◦ blue 254

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

Shades of Lavender Blue #B7B0FE

Tints of Lavender Blue #B7B0FE

RGB

 RED value IS 183 (71.88% from 255) = 29.85%

 GREEN value IS 176 (69.14% from 255) = 28.71%

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

R = 29.85%
G = 28.71%
B = 41.44%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7B0FE (or 0xB7B0FE) is known color: Lavender Blue. HEX triplet: B7, B0 and FE. RGB value is (183,176,254). Sum of RGB (Red+Green+Blue) = 183+176+254=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0FE is #484F01. Grayscale: #BABABA. Windows color (decimal): -4738818 or 16691383. OLE color: 16691383.

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

Color convert

RGB 183 176 254 -
CMYK 0.28 0.31 0 0.00
HSL 245.38º 0.98% 0.84% -
HSV(B) 245.38º 0.31% 1% -
XYZ 52.94 48.27 100.29 -
YUV 186.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 183 176 254 0.28 0.31 0 0.00 245.38 0.98 0.84
Hex B7 B0 FE 1C 1F 0 0 F5 62 54
Octal 267 260 376 34 37 0 0 365 142 124
Binary 10110111 10110000 11111110 11100 11111 0 0 11110101 1100010 1010100

Color Harmonies of #B7B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B0FE

Black with #B7B0FE

Text Example


Text Example

White with #B7B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B0FE; }

 p { color: rgb(183,176,254); }

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

background-color css

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

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

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

border-color css

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

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

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