Html Css Color HEX #BECAFF Lavender Blue

📋 copy color: '#BECAFF'

red 190 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #BECAFF

Tints of Lavender Blue #BECAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.41%

R = 29.37%
G = 31.22%
B = 39.41%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BECAFF (or 0xBECAFF) is known color: Lavender Blue. HEX triplet: BE, CA and FF. RGB value is (190,202,255). Sum of RGB (Red+Green+Blue) = 190+202+255=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAFF is #413500. Grayscale: #CCCCCC. Windows color (decimal): -4273409 or 16763582. OLE color: 16763582.

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

Color convert

RGB 190 202 255 -
CMYK 0.25 0.21 0 0
HSL 228.92º 1% 0.87% -
HSV(B) 228.92º 0.25% 1% -
XYZ 60.41 60.41 103.08 -
YUV 204.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 190 202 255 0.25 0.21 0 0 228.92 1 0.87
Hex BE CA FF 19 15 0 0 E5 64 57
Octal 276 312 377 31 25 0 0 345 144 127
Binary 10111110 11001010 11111111 11001 10101 0 0 11100101 1100100 1010111

Color Harmonies of #BECAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAFF

Black with #BECAFF

Text Example


Text Example

White with #BECAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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