Html Css Color HEX #BFB6FB Lavender Blue

📋 copy color: '#BFB6FB'

red 191 ◦ green 182 ◦ blue 251

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

Shades of Lavender Blue #BFB6FB

Tints of Lavender Blue #BFB6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 30.61%
G = 29.17%
B = 40.22%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFB6FB (or 0xBFB6FB) is known color: Lavender Blue. HEX triplet: BF, B6 and FB. RGB value is (191,182,251). Sum of RGB (Red+Green+Blue) = 191+182+251=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFB6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6FB is #404904. Grayscale: #C0C0C0. Windows color (decimal): -4212997 or 16496319. OLE color: 16496319.

HSL color Cylindrical-coordinate representation of color #BFB6FB: hue angle of 247.83º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB6FB is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 182 251 -
CMYK 0.24 0.27 0 0.02
HSL 247.83º 0.9% 0.85% -
HSV(B) 247.83º 0.27% 0.98% -
XYZ 55.63 51.5 98.27 -
YUV 192.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 191 182 251 0.24 0.27 0 0.02 247.83 0.9 0.85
Hex BF B6 FB 18 1B 0 2 F8 5A 55
Octal 277 266 373 30 33 0 2 370 132 125
Binary 10111111 10110110 11111011 11000 11011 0 10 11111000 1011010 1010101

Color Harmonies of #BFB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6FB

Black with #BFB6FB

Text Example


Text Example

White with #BFB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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