Html Css Color HEX #BEC2FC Lavender Blue

📋 copy color: '#BEC2FC'

red 190 ◦ green 194 ◦ blue 252

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

Shades of Lavender Blue #BEC2FC

Tints of Lavender Blue #BEC2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 29.87%
G = 30.5%
B = 39.62%

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

#BEC2FC (or 0xBEC2FC) is known color: Lavender Blue. HEX triplet: BE, C2 and FC. RGB value is (190,194,252). Sum of RGB (Red+Green+Blue) = 190+194+252=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2FC is #413D03. Grayscale: #C7C7C7. Windows color (decimal): -4275460 or 16564926. OLE color: 16564926.

HSL color Cylindrical-coordinate representation of color #BEC2FC: hue angle of 236.13º degrees, saturation: 0.91, 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 #BEC2FC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 194 252 -
CMYK 0.25 0.23 0 0.01
HSL 236.13º 0.91% 0.87% -
HSV(B) 236.13º 0.25% 0.99% -
XYZ 58.1 56.56 99.95 -
YUV 199.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 190 194 252 0.25 0.23 0 0.01 236.13 0.91 0.87
Hex BE C2 FC 19 17 0 1 EC 5B 57
Octal 276 302 374 31 27 0 1 354 133 127
Binary 10111110 11000010 11111100 11001 10111 0 1 11101100 1011011 1010111

Color Harmonies of #BEC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2FC

Black with #BEC2FC

Text Example


Text Example

White with #BEC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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