Html Css Color HEX #BEC0FC Lavender Blue

📋 copy color: '#BEC0FC'

red 190 ◦ green 192 ◦ blue 252

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

Shades of Lavender Blue #BEC0FC

Tints of Lavender Blue #BEC0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.75%

R = 29.97%
G = 30.28%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEC0FC (or 0xBEC0FC) is known color: Lavender Blue. HEX triplet: BE, C0 and FC. RGB value is (190,192,252). Sum of RGB (Red+Green+Blue) = 190+192+252=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0FC is #413F03. Grayscale: #C6C6C6. Windows color (decimal): -4275972 or 16564414. OLE color: 16564414.

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

Color convert

RGB 190 192 252 -
CMYK 0.25 0.24 0 0.01
HSL 238.06º 0.91% 0.87% -
HSV(B) 238.06º 0.25% 0.99% -
XYZ 57.66 55.67 99.8 -
YUV 198.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 190 192 252 0.25 0.24 0 0.01 238.06 0.91 0.87
Hex BE C0 FC 19 18 0 1 EE 5B 57
Octal 276 300 374 31 30 0 1 356 133 127
Binary 10111110 11000000 11111100 11001 11000 0 1 11101110 1011011 1010111

Color Harmonies of #BEC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0FC

Black with #BEC0FC

Text Example


Text Example

White with #BEC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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