Html Css Color HEX #BECAFE Lavender Blue

📋 copy color: '#BECAFE'

red 190 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #BECAFE

Tints of Lavender Blue #BECAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.27%

 BLUE value IS 254 (99.61% from 255) = 39.32%

R = 29.41%
G = 31.27%
B = 39.32%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BECAFE (or 0xBECAFE) is known color: Lavender Blue. HEX triplet: BE, CA and FE. RGB value is (190,202,254). Sum of RGB (Red+Green+Blue) = 190+202+254=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAFE is #413501. Grayscale: #CCCCCC. Windows color (decimal): -4273410 or 16698046. OLE color: 16698046.

HSL color Cylindrical-coordinate representation of color #BECAFE: hue angle of 228.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECAFE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 202 254 -
CMYK 0.25 0.20 0 0.00
HSL 228.75º 0.97% 0.87% -
HSV(B) 228.75º 0.25% 1% -
XYZ 60.25 60.34 102.24 -
YUV 204.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 190 202 254 0.25 0.20 0 0.00 228.75 0.97 0.87
Hex BE CA FE 19 14 0 0 E5 61 57
Octal 276 312 376 31 24 0 0 345 141 127
Binary 10111110 11001010 11111110 11001 10100 0 0 11100101 1100001 1010111

Color Harmonies of #BECAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAFE

Black with #BECAFE

Text Example


Text Example

White with #BECAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAFE; }

 p { color: rgb(190,202,254); }

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

background-color css

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

 a { background-color: rgb(190,202,254); }

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

border-color css

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

 span { border-color: rgb(190,202,254); }

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