Html Css Color HEX #BEC6FE Lavender Blue

📋 copy color: '#BEC6FE'

red 190 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #BEC6FE

Tints of Lavender Blue #BEC6FE

RGB

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

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

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

R = 29.6%
G = 30.84%
B = 39.56%

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

#BEC6FE (or 0xBEC6FE) is known color: Lavender Blue. HEX triplet: BE, C6 and FE. RGB value is (190,198,254). Sum of RGB (Red+Green+Blue) = 190+198+254=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6FE is #413901. Grayscale: #C9C9C9. Windows color (decimal): -4274434 or 16697022. OLE color: 16697022.

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

Color convert

RGB 190 198 254 -
CMYK 0.25 0.22 0 0.00
HSL 232.5º 0.97% 0.87% -
HSV(B) 232.5º 0.25% 1% -
XYZ 59.32 58.49 101.93 -
YUV 201.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 190 198 254 0.25 0.22 0 0.00 232.5 0.97 0.87
Hex BE C6 FE 19 16 0 0 E8 61 57
Octal 276 306 376 31 26 0 0 350 141 127
Binary 10111110 11000110 11111110 11001 10110 0 0 11101000 1100001 1010111

Color Harmonies of #BEC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6FE

Black with #BEC6FE

Text Example


Text Example

White with #BEC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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