Html Css Color HEX #BEC2F2 Lavender Blue

📋 copy color: '#BEC2F2'

red 190 ◦ green 194 ◦ blue 242

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

Shades of Lavender Blue #BEC2F2

Tints of Lavender Blue #BEC2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 30.35%
G = 30.99%
B = 38.66%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEC2F2 (or 0xBEC2F2) is known color: Lavender Blue. HEX triplet: BE, C2 and F2. RGB value is (190,194,242). Sum of RGB (Red+Green+Blue) = 190+194+242=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2F2 is #413D0D. Grayscale: #C6C6C6. Windows color (decimal): -4275470 or 15909566. OLE color: 15909566.

HSL color Cylindrical-coordinate representation of color #BEC2F2: hue angle of 235.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC2F2 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 194 242 -
CMYK 0.21 0.20 0 0.05
HSL 235.38º 0.67% 0.85% -
HSV(B) 235.38º 0.21% 0.95% -
XYZ 56.55 55.94 91.82 -
YUV 198.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 190 194 242 0.21 0.20 0 0.05 235.38 0.67 0.85
Hex BE C2 F2 15 14 0 5 EB 43 55
Octal 276 302 362 25 24 0 5 353 103 125
Binary 10111110 11000010 11110010 10101 10100 0 101 11101011 1000011 1010101

Color Harmonies of #BEC2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2F2

Black with #BEC2F2

Text Example


Text Example

White with #BEC2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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