Html Css Color HEX #BEC0FF Lavender Blue

📋 copy color: '#BEC0FF'

red 190 ◦ green 192 ◦ blue 255

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

Shades of Lavender Blue #BEC0FF

Tints of Lavender Blue #BEC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.14%

 BLUE value IS 255 (100% from 255) = 40.03%

R = 29.83%
G = 30.14%
B = 40.03%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEC0FF (or 0xBEC0FF) is known color: Lavender Blue. HEX triplet: BE, C0 and FF. RGB value is (190,192,255). Sum of RGB (Red+Green+Blue) = 190+192+255=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0FF is #413F00. Grayscale: #C6C6C6. Windows color (decimal): -4275969 or 16761022. OLE color: 16761022.

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

Color convert

RGB 190 192 255 -
CMYK 0.25 0.25 0 0
HSL 238.15º 1% 0.87% -
HSV(B) 238.15º 0.25% 1% -
XYZ 58.13 55.87 102.33 -
YUV 198.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 190 192 255 0.25 0.25 0 0 238.15 1 0.87
Hex BE C0 FF 19 19 0 0 EE 64 57
Octal 276 300 377 31 31 0 0 356 144 127
Binary 10111110 11000000 11111111 11001 11001 0 0 11101110 1100100 1010111

Color Harmonies of #BEC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0FF

Black with #BEC0FF

Text Example


Text Example

White with #BEC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0FF; }

 p { color: rgb(190,192,255); }

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

background-color css

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

 a { background-color: rgb(190,192,255); }

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

border-color css

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

 span { border-color: rgb(190,192,255); }

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