Html Css Color HEX #BEC2FD Lavender Blue

📋 copy color: '#BEC2FD'

red 190 ◦ green 194 ◦ blue 253

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

Shades of Lavender Blue #BEC2FD

Tints of Lavender Blue #BEC2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.72%

R = 29.83%
G = 30.46%
B = 39.72%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEC2FD (or 0xBEC2FD) is known color: Lavender Blue. HEX triplet: BE, C2 and FD. RGB value is (190,194,253). Sum of RGB (Red+Green+Blue) = 190+194+253=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2FD is #413D02. Grayscale: #C7C7C7. Windows color (decimal): -4275459 or 16630462. OLE color: 16630462.

HSL color Cylindrical-coordinate representation of color #BEC2FD: hue angle of 236.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC2FD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 194 253 -
CMYK 0.25 0.23 0 0.01
HSL 236.19º 0.94% 0.87% -
HSV(B) 236.19º 0.25% 0.99% -
XYZ 58.26 56.62 100.79 -
YUV 199.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 190 194 253 0.25 0.23 0 0.01 236.19 0.94 0.87
Hex BE C2 FD 19 17 0 1 EC 5E 57
Octal 276 302 375 31 27 0 1 354 136 127
Binary 10111110 11000010 11111101 11001 10111 0 1 11101100 1011110 1010111

Color Harmonies of #BEC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2FD

Black with #BEC2FD

Text Example


Text Example

White with #BEC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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