Html Css Color HEX #BFB8F6 Lavender Blue

📋 copy color: '#BFB8F6'

red 191 ◦ green 184 ◦ blue 246

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

Shades of Lavender Blue #BFB8F6

Tints of Lavender Blue #BFB8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.63%

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

R = 30.76%
G = 29.63%
B = 39.61%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFB8F6 (or 0xBFB8F6) is known color: Lavender Blue. HEX triplet: BF, B8 and F6. RGB value is (191,184,246). Sum of RGB (Red+Green+Blue) = 191+184+246=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFB8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8F6 is #404709. Grayscale: #C0C0C0. Windows color (decimal): -4212490 or 16169151. OLE color: 16169151.

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

Color convert

RGB 191 184 246 -
CMYK 0.22 0.25 0 0.04
HSL 246.77º 0.78% 0.84% -
HSV(B) 246.77º 0.25% 0.96% -
XYZ 55.26 52.01 94.32 -
YUV 193.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 191 184 246 0.22 0.25 0 0.04 246.77 0.78 0.84
Hex BF B8 F6 16 19 0 4 F7 4E 54
Octal 277 270 366 26 31 0 4 367 116 124
Binary 10111111 10111000 11110110 10110 11001 0 100 11110111 1001110 1010100

Color Harmonies of #BFB8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8F6

Black with #BFB8F6

Text Example


Text Example

White with #BFB8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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