Html Css Color HEX #BFB6FF Lavender Blue

📋 copy color: '#BFB6FF'

red 191 ◦ green 182 ◦ blue 255

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

Shades of Lavender Blue #BFB6FF

Tints of Lavender Blue #BFB6FF

RGB

 RED value IS 191 (75% from 255) = 30.41%

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

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

R = 30.41%
G = 28.98%
B = 40.61%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFB6FF (or 0xBFB6FF) is known color: Lavender Blue. HEX triplet: BF, B6 and FF. RGB value is (191,182,255). Sum of RGB (Red+Green+Blue) = 191+182+255=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6FF is #404900. Grayscale: #C0C0C0. Windows color (decimal): -4212993 or 16758463. OLE color: 16758463.

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

Color convert

RGB 191 182 255 -
CMYK 0.25 0.29 0 0
HSL 247.4º 1% 0.86% -
HSV(B) 247.4º 0.29% 1% -
XYZ 56.26 51.75 101.63 -
YUV 193.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 191 182 255 0.25 0.29 0 0 247.4 1 0.86
Hex BF B6 FF 19 1D 0 0 F7 64 56
Octal 277 266 377 31 35 0 0 367 144 126
Binary 10111111 10110110 11111111 11001 11101 0 0 11110111 1100100 1010110

Color Harmonies of #BFB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6FF

Black with #BFB6FF

Text Example


Text Example

White with #BFB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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