Html Css Color HEX #BEC2FA Lavender Blue

📋 copy color: '#BEC2FA'

red 190 ◦ green 194 ◦ blue 250

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

Shades of Lavender Blue #BEC2FA

Tints of Lavender Blue #BEC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.6%

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 29.97%
G = 30.6%
B = 39.43%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEC2FA (or 0xBEC2FA) is known color: Lavender Blue. HEX triplet: BE, C2 and FA. RGB value is (190,194,250). Sum of RGB (Red+Green+Blue) = 190+194+250=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2FA is #413D05. Grayscale: #C6C6C6. Windows color (decimal): -4275462 or 16433854. OLE color: 16433854.

HSL color Cylindrical-coordinate representation of color #BEC2FA: hue angle of 236º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC2FA is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 194 250 -
CMYK 0.24 0.22 0 0.02
HSL 236º 0.86% 0.86% -
HSV(B) 236º 0.24% 0.98% -
XYZ 57.78 56.43 98.29 -
YUV 199.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 190 194 250 0.24 0.22 0 0.02 236 0.86 0.86
Hex BE C2 FA 18 16 0 2 EC 56 56
Octal 276 302 372 30 26 0 2 354 126 126
Binary 10111110 11000010 11111010 11000 10110 0 10 11101100 1010110 1010110

Color Harmonies of #BEC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2FA

Black with #BEC2FA

Text Example


Text Example

White with #BEC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2FA; }

 p { color: rgb(190,194,250); }

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

background-color css

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

 a { background-color: rgb(190,194,250); }

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

border-color css

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

 span { border-color: rgb(190,194,250); }

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