Html Css Color HEX #BEC0F3 Lavender Blue

📋 copy color: '#BEC0F3'

red 190 ◦ green 192 ◦ blue 243

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

Shades of Lavender Blue #BEC0F3

Tints of Lavender Blue #BEC0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.88%

R = 30.4%
G = 30.72%
B = 38.88%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEC0F3 (or 0xBEC0F3) is known color: Lavender Blue. HEX triplet: BE, C0 and F3. RGB value is (190,192,243). Sum of RGB (Red+Green+Blue) = 190+192+243=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0F3 is #413F0C. Grayscale: #C5C5C5. Windows color (decimal): -4275981 or 15974590. OLE color: 15974590.

HSL color Cylindrical-coordinate representation of color #BEC0F3: hue angle of 237.74º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC0F3 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 192 243 -
CMYK 0.22 0.21 0 0.05
HSL 237.74º 0.69% 0.85% -
HSV(B) 237.74º 0.22% 0.95% -
XYZ 56.26 55.12 92.47 -
YUV 197.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 190 192 243 0.22 0.21 0 0.05 237.74 0.69 0.85
Hex BE C0 F3 16 15 0 5 EE 45 55
Octal 276 300 363 26 25 0 5 356 105 125
Binary 10111110 11000000 11110011 10110 10101 0 101 11101110 1000101 1010101

Color Harmonies of #BEC0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0F3

Black with #BEC0F3

Text Example


Text Example

White with #BEC0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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