Html Css Color HEX #BFBBFE Lavender Blue

📋 copy color: '#BFBBFE'

red 191 ◦ green 187 ◦ blue 254

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

Shades of Lavender Blue #BFBBFE

Tints of Lavender Blue #BFBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.59%

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

R = 30.22%
G = 29.59%
B = 40.19%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFBBFE (or 0xBFBBFE) is known color: Lavender Blue. HEX triplet: BF, BB and FE. RGB value is (191,187,254). Sum of RGB (Red+Green+Blue) = 191+187+254=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBFE is #404401. Grayscale: #C3C3C3. Windows color (decimal): -4211714 or 16694207. OLE color: 16694207.

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

Color convert

RGB 191 187 254 -
CMYK 0.25 0.26 0 0.00
HSL 243.58º 0.97% 0.86% -
HSV(B) 243.58º 0.26% 1% -
XYZ 57.15 53.77 101.13 -
YUV 195.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 191 187 254 0.25 0.26 0 0.00 243.58 0.97 0.86
Hex BF BB FE 19 1A 0 0 F4 61 56
Octal 277 273 376 31 32 0 0 364 141 126
Binary 10111111 10111011 11111110 11001 11010 0 0 11110100 1100001 1010110

Color Harmonies of #BFBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBFE

Black with #BFBBFE

Text Example


Text Example

White with #BFBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBFE; }

 p { color: rgb(191,187,254); }

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

background-color css

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

 a { background-color: rgb(191,187,254); }

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

border-color css

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

 span { border-color: rgb(191,187,254); }

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