Html Css Color HEX #BFB4FA Lavender Blue

📋 copy color: '#BFB4FA'

red 191 ◦ green 180 ◦ blue 250

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

Shades of Lavender Blue #BFB4FA

Tints of Lavender Blue #BFB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.99%

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 30.76%
G = 28.99%
B = 40.26%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFB4FA (or 0xBFB4FA) is known color: Lavender Blue. HEX triplet: BF, B4 and FA. RGB value is (191,180,250). Sum of RGB (Red+Green+Blue) = 191+180+250=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4FA is #404B05. Grayscale: #BFBFBF. Windows color (decimal): -4213510 or 16430271. OLE color: 16430271.

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

Color convert

RGB 191 180 250 -
CMYK 0.24 0.28 0 0.02
HSL 249.43º 0.88% 0.84% -
HSV(B) 249.43º 0.28% 0.98% -
XYZ 55.06 50.62 97.31 -
YUV 191.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 191 180 250 0.24 0.28 0 0.02 249.43 0.88 0.84
Hex BF B4 FA 18 1C 0 2 F9 58 54
Octal 277 264 372 30 34 0 2 371 130 124
Binary 10111111 10110100 11111010 11000 11100 0 10 11111001 1011000 1010100

Color Harmonies of #BFB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB4FA

Black with #BFB4FA

Text Example


Text Example

White with #BFB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB4FA; }

 p { color: rgb(191,180,250); }

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

background-color css

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

 a { background-color: rgb(191,180,250); }

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

border-color css

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

 span { border-color: rgb(191,180,250); }

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