Html Css Color HEX #BEC0FB Lavender Blue

📋 copy color: '#BEC0FB'

red 190 ◦ green 192 ◦ blue 251

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

Shades of Lavender Blue #BEC0FB

Tints of Lavender Blue #BEC0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.65%

R = 30.02%
G = 30.33%
B = 39.65%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEC0FB (or 0xBEC0FB) is known color: Lavender Blue. HEX triplet: BE, C0 and FB. RGB value is (190,192,251). Sum of RGB (Red+Green+Blue) = 190+192+251=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0FB is #413F04. Grayscale: #C5C5C5. Windows color (decimal): -4275973 or 16498878. OLE color: 16498878.

HSL color Cylindrical-coordinate representation of color #BEC0FB: hue angle of 238.03º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC0FB is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 192 251 -
CMYK 0.24 0.24 0 0.02
HSL 238.03º 0.88% 0.86% -
HSV(B) 238.03º 0.24% 0.98% -
XYZ 57.5 55.61 98.97 -
YUV 198.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 190 192 251 0.24 0.24 0 0.02 238.03 0.88 0.86
Hex BE C0 FB 18 18 0 2 EE 58 56
Octal 276 300 373 30 30 0 2 356 130 126
Binary 10111110 11000000 11111011 11000 11000 0 10 11101110 1011000 1010110

Color Harmonies of #BEC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0FB

Black with #BEC0FB

Text Example


Text Example

White with #BEC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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