#BECBFF

Color #BECBFF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BECBFF

Tints of Lavender Blue #BECBFF

Color information

#BECBFF (or 0xBECBFF) is unknown color: approx Lavender Blue. HEX triplet: BE, CB and FF. RGB value is (190,203,255). Sum of RGB (Red+Green+Blue) = 190+203+255=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBFF is #413400. Grayscale: #CCCCCC. Windows color (decimal): -4273153 or 16763838. OLE color: 16763838.

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

Color convert

RGB190203255-
CMYK0.250.2000
HSL228º100%87.25%-
HSV(B)228º25.49%100%-
XYZ60.6460.88103.16-
YUV205.04156.19117.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 255 (100% from 255) = 39.35%
R=29.32%
G=31.33%
B=39.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902032550.250.200022810087.25
HexBECBFF191400e46457
Octal276313377312400344144127
Binary1011111011001011111111111100110100001110010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBFF; }

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

 H1.HeaderClassName
 {
   color: #BECBFF;
 }
 .AnyTagClassName
 {
   color: #BECBFF;
 }
</style>
background-color css

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

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

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

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

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

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