Html Css Color HEX #BFBEFC Lavender Blue

📋 copy color: '#BFBEFC'

red 191 ◦ green 190 ◦ blue 252

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

Shades of Lavender Blue #BFBEFC

Tints of Lavender Blue #BFBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.02%

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 30.17%
G = 30.02%
B = 39.81%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFBEFC (or 0xBFBEFC) is known color: Lavender Blue. HEX triplet: BF, BE and FC. RGB value is (191,190,252). Sum of RGB (Red+Green+Blue) = 191+190+252=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEFC is #404103. Grayscale: #C5C5C5. Windows color (decimal): -4210948 or 16563903. OLE color: 16563903.

HSL color Cylindrical-coordinate representation of color #BFBEFC: hue angle of 240.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBEFC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 190 252 -
CMYK 0.24 0.25 0 0.01
HSL 240.97º 0.91% 0.87% -
HSV(B) 240.97º 0.25% 0.99% -
XYZ 57.47 54.93 99.67 -
YUV 197.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 191 190 252 0.24 0.25 0 0.01 240.97 0.91 0.87
Hex BF BE FC 18 19 0 1 F1 5B 57
Octal 277 276 374 30 31 0 1 361 133 127
Binary 10111111 10111110 11111100 11000 11001 0 1 11110001 1011011 1010111

Color Harmonies of #BFBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEFC

Black with #BFBEFC

Text Example


Text Example

White with #BFBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEFC; }

 p { color: rgb(191,190,252); }

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

background-color css

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

 a { background-color: rgb(191,190,252); }

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

border-color css

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

 span { border-color: rgb(191,190,252); }

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