Html Css Color HEX #BFB6FD Lavender Blue

📋 copy color: '#BFB6FD'

red 191 ◦ green 182 ◦ blue 253

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

Shades of Lavender Blue #BFB6FD

Tints of Lavender Blue #BFB6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 30.51%
G = 29.07%
B = 40.42%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFB6FD (or 0xBFB6FD) is known color: Lavender Blue. HEX triplet: BF, B6 and FD. RGB value is (191,182,253). Sum of RGB (Red+Green+Blue) = 191+182+253=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6FD is #404902. Grayscale: #C0C0C0. Windows color (decimal): -4212995 or 16627391. OLE color: 16627391.

HSL color Cylindrical-coordinate representation of color #BFB6FD: hue angle of 247.61º degrees, saturation: 0.95, 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 #BFB6FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 182 253 -
CMYK 0.25 0.28 0 0.01
HSL 247.61º 0.95% 0.85% -
HSV(B) 247.61º 0.28% 0.99% -
XYZ 55.94 51.62 99.94 -
YUV 192.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 191 182 253 0.25 0.28 0 0.01 247.61 0.95 0.85
Hex BF B6 FD 19 1C 0 1 F8 5F 55
Octal 277 266 375 31 34 0 1 370 137 125
Binary 10111111 10110110 11111101 11001 11100 0 1 11111000 1011111 1010101

Color Harmonies of #BFB6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6FD

Black with #BFB6FD

Text Example


Text Example

White with #BFB6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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