Html Css Color HEX #BECCFE Lavender Blue

📋 copy color: '#BECCFE'

red 190 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #BECCFE

Tints of Lavender Blue #BECCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.48%

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

R = 29.32%
G = 31.48%
B = 39.2%

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

#BECCFE (or 0xBECCFE) is known color: Lavender Blue. HEX triplet: BE, CC and FE. RGB value is (190,204,254). Sum of RGB (Red+Green+Blue) = 190+204+254=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCFE is #413301. Grayscale: #CDCDCD. Windows color (decimal): -4272898 or 16698558. OLE color: 16698558.

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

Color convert

RGB 190 204 254 -
CMYK 0.25 0.20 0 0.00
HSL 226.88º 0.97% 0.87% -
HSV(B) 226.88º 0.25% 1% -
XYZ 60.72 61.29 102.4 -
YUV 205.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 190 204 254 0.25 0.20 0 0.00 226.88 0.97 0.87
Hex BE CC FE 19 14 0 0 E3 61 57
Octal 276 314 376 31 24 0 0 343 141 127
Binary 10111110 11001100 11111110 11001 10100 0 0 11100011 1100001 1010111

Color Harmonies of #BECCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCFE

Black with #BECCFE

Text Example


Text Example

White with #BECCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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