Html Css Color HEX #BFC1FE Lavender Blue

📋 copy color: '#BFC1FE'

red 191 ◦ green 193 ◦ blue 254

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

Shades of Lavender Blue #BFC1FE

Tints of Lavender Blue #BFC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.25%

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

R = 29.94%
G = 30.25%
B = 39.81%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFC1FE (or 0xBFC1FE) is known color: Lavender Blue. HEX triplet: BF, C1 and FE. RGB value is (191,193,254). Sum of RGB (Red+Green+Blue) = 191+193+254=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1FE is #403E01. Grayscale: #C7C7C7. Windows color (decimal): -4210178 or 16695743. OLE color: 16695743.

HSL color Cylindrical-coordinate representation of color #BFC1FE: hue angle of 238.1º 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 #BFC1FE is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 193 254 -
CMYK 0.25 0.24 0 0.00
HSL 238.1º 0.97% 0.87% -
HSV(B) 238.1º 0.25% 1% -
XYZ 58.45 56.37 101.57 -
YUV 199.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 191 193 254 0.25 0.24 0 0.00 238.1 0.97 0.87
Hex BF C1 FE 19 18 0 0 EE 61 57
Octal 277 301 376 31 30 0 0 356 141 127
Binary 10111111 11000001 11111110 11001 11000 0 0 11101110 1100001 1010111

Color Harmonies of #BFC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1FE

Black with #BFC1FE

Text Example


Text Example

White with #BFC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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