Html Css Color HEX #BFC6FE Lavender Blue

📋 copy color: '#BFC6FE'

red 191 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #BFC6FE

Tints of Lavender Blue #BFC6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.79%

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 29.7%
G = 30.79%
B = 39.5%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFC6FE (or 0xBFC6FE) is known color: Lavender Blue. HEX triplet: BF, C6 and FE. RGB value is (191,198,254). Sum of RGB (Red+Green+Blue) = 191+198+254=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6FE is #403901. Grayscale: #CACACA. Windows color (decimal): -4208898 or 16697023. OLE color: 16697023.

HSL color Cylindrical-coordinate representation of color #BFC6FE: hue angle of 233.33º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC6FE is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 198 254 -
CMYK 0.25 0.22 0 0.00
HSL 233.33º 0.97% 0.87% -
HSV(B) 233.33º 0.25% 1% -
XYZ 59.57 58.62 101.94 -
YUV 202.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 191 198 254 0.25 0.22 0 0.00 233.33 0.97 0.87
Hex BF C6 FE 19 16 0 0 E9 61 57
Octal 277 306 376 31 26 0 0 351 141 127
Binary 10111111 11000110 11111110 11001 10110 0 0 11101001 1100001 1010111

Color Harmonies of #BFC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6FE

Black with #BFC6FE

Text Example


Text Example

White with #BFC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6FE; }

 p { color: rgb(191,198,254); }

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

background-color css

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

 a { background-color: rgb(191,198,254); }

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

border-color css

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

 span { border-color: rgb(191,198,254); }

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