Html Css Color HEX #BEC6F6 Lavender Blue

📋 copy color: '#BEC6F6'

red 190 ◦ green 198 ◦ blue 246

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

Shades of Lavender Blue #BEC6F6

Tints of Lavender Blue #BEC6F6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

 BLUE value IS 246 (96.48% from 255) = 38.8%

R = 29.97%
G = 31.23%
B = 38.8%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEC6F6 (or 0xBEC6F6) is known color: Lavender Blue. HEX triplet: BE, C6 and F6. RGB value is (190,198,246). Sum of RGB (Red+Green+Blue) = 190+198+246=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEC6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6F6 is #413909. Grayscale: #C8C8C8. Windows color (decimal): -4274442 or 16172734. OLE color: 16172734.

HSL color Cylindrical-coordinate representation of color #BEC6F6: hue angle of 231.43º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC6F6 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 198 246 -
CMYK 0.23 0.20 0 0.04
HSL 231.43º 0.76% 0.85% -
HSV(B) 231.43º 0.23% 0.96% -
XYZ 58.06 57.99 95.32 -
YUV 201.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 190 198 246 0.23 0.20 0 0.04 231.43 0.76 0.85
Hex BE C6 F6 17 14 0 4 E7 4C 55
Octal 276 306 366 27 24 0 4 347 114 125
Binary 10111110 11000110 11110110 10111 10100 0 100 11100111 1001100 1010101

Color Harmonies of #BEC6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6F6

Black with #BEC6F6

Text Example


Text Example

White with #BEC6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6F6; }

 p { color: rgb(190,198,246); }

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

background-color css

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

 a { background-color: rgb(190,198,246); }

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

border-color css

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

 span { border-color: rgb(190,198,246); }

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