Html Css Color HEX #BFC7FB Lavender Blue

📋 copy color: '#BFC7FB'

red 191 ◦ green 199 ◦ blue 251

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

Shades of Lavender Blue #BFC7FB

Tints of Lavender Blue #BFC7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.05%

 BLUE value IS 251 (98.44% from 255) = 39.16%

R = 29.8%
G = 31.05%
B = 39.16%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFC7FB (or 0xBFC7FB) is known color: Lavender Blue. HEX triplet: BF, C7 and FB. RGB value is (191,199,251). Sum of RGB (Red+Green+Blue) = 191+199+251=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7FB is #403804. Grayscale: #CACACA. Windows color (decimal): -4208645 or 16500671. OLE color: 16500671.

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

Color convert

RGB 191 199 251 -
CMYK 0.24 0.21 0 0.02
HSL 232º 0.88% 0.87% -
HSV(B) 232º 0.24% 0.98% -
XYZ 59.32 58.89 99.51 -
YUV 202.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 191 199 251 0.24 0.21 0 0.02 232 0.88 0.87
Hex BF C7 FB 18 15 0 2 E8 58 57
Octal 277 307 373 30 25 0 2 350 130 127
Binary 10111111 11000111 11111011 11000 10101 0 10 11101000 1011000 1010111

Color Harmonies of #BFC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7FB

Black with #BFC7FB

Text Example


Text Example

White with #BFC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7FB; }

 p { color: rgb(191,199,251); }

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

background-color css

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

 a { background-color: rgb(191,199,251); }

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

border-color css

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

 span { border-color: rgb(191,199,251); }

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