Html Css Color HEX #BECDFF Lavender Blue

📋 copy color: '#BECDFF'

red 190 ◦ green 205 ◦ blue 255

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

Shades of Lavender Blue #BECDFF

Tints of Lavender Blue #BECDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.54%

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

R = 29.23%
G = 31.54%
B = 39.23%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BECDFF (or 0xBECDFF) is known color: Lavender Blue. HEX triplet: BE, CD and FF. RGB value is (190,205,255). Sum of RGB (Red+Green+Blue) = 190+205+255=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDFF is #413200. Grayscale: #CECECE. Windows color (decimal): -4272641 or 16764350. OLE color: 16764350.

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

Color convert

RGB 190 205 255 -
CMYK 0.25 0.20 0 0
HSL 226.15º 1% 0.87% -
HSV(B) 226.15º 0.25% 1% -
XYZ 61.12 61.83 103.32 -
YUV 206.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 190 205 255 0.25 0.20 0 0 226.15 1 0.87
Hex BE CD FF 19 14 0 0 E2 64 57
Octal 276 315 377 31 24 0 0 342 144 127
Binary 10111110 11001101 11111111 11001 10100 0 0 11100010 1100100 1010111

Color Harmonies of #BECDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDFF

Black with #BECDFF

Text Example


Text Example

White with #BECDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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