Html Css Color HEX #BFBCF6 Lavender Blue

📋 copy color: '#BFBCF6'

red 191 ◦ green 188 ◦ blue 246

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

Shades of Lavender Blue #BFBCF6

Tints of Lavender Blue #BFBCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.08%

 BLUE value IS 246 (96.48% from 255) = 39.36%

R = 30.56%
G = 30.08%
B = 39.36%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFBCF6 (or 0xBFBCF6) is known color: Lavender Blue. HEX triplet: BF, BC and F6. RGB value is (191,188,246). Sum of RGB (Red+Green+Blue) = 191+188+246=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFBCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCF6 is #404309. Grayscale: #C3C3C3. Windows color (decimal): -4211466 or 16170175. OLE color: 16170175.

HSL color Cylindrical-coordinate representation of color #BFBCF6: hue angle of 243.1º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFBCF6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 188 246 -
CMYK 0.22 0.24 0 0.04
HSL 243.1º 0.76% 0.85% -
HSV(B) 243.1º 0.24% 0.96% -
XYZ 56.1 53.7 94.6 -
YUV 195.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 191 188 246 0.22 0.24 0 0.04 243.1 0.76 0.85
Hex BF BC F6 16 18 0 4 F3 4C 55
Octal 277 274 366 26 30 0 4 363 114 125
Binary 10111111 10111100 11110110 10110 11000 0 100 11110011 1001100 1010101

Color Harmonies of #BFBCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCF6

Black with #BFBCF6

Text Example


Text Example

White with #BFBCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCF6; }

 p { color: rgb(191,188,246); }

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

background-color css

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

 a { background-color: rgb(191,188,246); }

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

border-color css

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

 span { border-color: rgb(191,188,246); }

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