Html Css Color HEX #BFB6FC Lavender Blue

📋 copy color: '#BFB6FC'

red 191 ◦ green 182 ◦ blue 252

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

Shades of Lavender Blue #BFB6FC

Tints of Lavender Blue #BFB6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 30.56%
G = 29.12%
B = 40.32%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFB6FC (or 0xBFB6FC) is known color: Lavender Blue. HEX triplet: BF, B6 and FC. RGB value is (191,182,252). Sum of RGB (Red+Green+Blue) = 191+182+252=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6FC is #404903. Grayscale: #C0C0C0. Windows color (decimal): -4212996 or 16561855. OLE color: 16561855.

HSL color Cylindrical-coordinate representation of color #BFB6FC: hue angle of 247.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB6FC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 182 252 -
CMYK 0.24 0.28 0 0.01
HSL 247.71º 0.92% 0.85% -
HSV(B) 247.71º 0.28% 0.99% -
XYZ 55.78 51.56 99.11 -
YUV 192.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 191 182 252 0.24 0.28 0 0.01 247.71 0.92 0.85
Hex BF B6 FC 18 1C 0 1 F8 5C 55
Octal 277 266 374 30 34 0 1 370 134 125
Binary 10111111 10110110 11111100 11000 11100 0 1 11111000 1011100 1010101

Color Harmonies of #BFB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6FC

Black with #BFB6FC

Text Example


Text Example

White with #BFB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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