Html Css Color HEX #BEC4FE Lavender Blue

📋 copy color: '#BEC4FE'

red 190 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #BEC4FE

Tints of Lavender Blue #BEC4FE

RGB

 RED value IS 190 (74.61% from 255) = 29.69%

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

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

R = 29.69%
G = 30.63%
B = 39.69%

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

#BEC4FE (or 0xBEC4FE) is known color: Lavender Blue. HEX triplet: BE, C4 and FE. RGB value is (190,196,254). Sum of RGB (Red+Green+Blue) = 190+196+254=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4FE is #413B01. Grayscale: #C8C8C8. Windows color (decimal): -4274946 or 16696510. OLE color: 16696510.

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

Color convert

RGB 190 196 254 -
CMYK 0.25 0.23 0 0.00
HSL 234.38º 0.97% 0.87% -
HSV(B) 234.38º 0.25% 1% -
XYZ 58.86 57.58 101.78 -
YUV 200.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 190 196 254 0.25 0.23 0 0.00 234.38 0.97 0.87
Hex BE C4 FE 19 17 0 0 EA 61 57
Octal 276 304 376 31 27 0 0 352 141 127
Binary 10111110 11000100 11111110 11001 10111 0 0 11101010 1100001 1010111

Color Harmonies of #BEC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4FE

Black with #BEC4FE

Text Example


Text Example

White with #BEC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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