Html Css Color HEX #BFC4FE Lavender Blue

📋 copy color: '#BFC4FE'

red 191 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #BFC4FE

Tints of Lavender Blue #BFC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.58%

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

R = 29.8%
G = 30.58%
B = 39.63%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFC4FE (or 0xBFC4FE) is known color: Lavender Blue. HEX triplet: BF, C4 and FE. RGB value is (191,196,254). Sum of RGB (Red+Green+Blue) = 191+196+254=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4FE is #403B01. Grayscale: #C8C8C8. Windows color (decimal): -4209410 or 16696511. OLE color: 16696511.

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

Color convert

RGB 191 196 254 -
CMYK 0.25 0.23 0 0.00
HSL 235.24º 0.97% 0.87% -
HSV(B) 235.24º 0.25% 1% -
XYZ 59.12 57.71 101.79 -
YUV 201.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 191 196 254 0.25 0.23 0 0.00 235.24 0.97 0.87
Hex BF C4 FE 19 17 0 0 EB 61 57
Octal 277 304 376 31 27 0 0 353 141 127
Binary 10111111 11000100 11111110 11001 10111 0 0 11101011 1100001 1010111

Color Harmonies of #BFC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4FE

Black with #BFC4FE

Text Example


Text Example

White with #BFC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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