Html Css Color HEX #BECBFC Lavender Blue

📋 copy color: '#BECBFC'

red 190 ◦ green 203 ◦ blue 252

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

Shades of Lavender Blue #BECBFC

Tints of Lavender Blue #BECBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.47%

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

R = 29.46%
G = 31.47%
B = 39.07%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BECBFC (or 0xBECBFC) is known color: Lavender Blue. HEX triplet: BE, CB and FC. RGB value is (190,203,252). Sum of RGB (Red+Green+Blue) = 190+203+252=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #BECBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBFC is #413403. Grayscale: #CCCCCC. Windows color (decimal): -4273156 or 16567230. OLE color: 16567230.

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

Color convert

RGB 190 203 252 -
CMYK 0.25 0.19 0 0.01
HSL 227.42º 0.91% 0.87% -
HSV(B) 227.42º 0.25% 0.99% -
XYZ 60.16 60.69 100.64 -
YUV 204.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 190 203 252 0.25 0.19 0 0.01 227.42 0.91 0.87
Hex BE CB FC 19 13 0 1 E3 5B 57
Octal 276 313 374 31 23 0 1 343 133 127
Binary 10111110 11001011 11111100 11001 10011 0 1 11100011 1011011 1010111

Color Harmonies of #BECBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBFC

Black with #BECBFC

Text Example


Text Example

White with #BECBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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