Html Css Color HEX #BEC5FF Lavender Blue

📋 copy color: '#BEC5FF'

red 190 ◦ green 197 ◦ blue 255

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

Shades of Lavender Blue #BEC5FF

Tints of Lavender Blue #BEC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.69%

 BLUE value IS 255 (100% from 255) = 39.72%

R = 29.6%
G = 30.69%
B = 39.72%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEC5FF (or 0xBEC5FF) is known color: Lavender Blue. HEX triplet: BE, C5 and FF. RGB value is (190,197,255). Sum of RGB (Red+Green+Blue) = 190+197+255=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5FF is #413A00. Grayscale: #C9C9C9. Windows color (decimal): -4274689 or 16762302. OLE color: 16762302.

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

Color convert

RGB 190 197 255 -
CMYK 0.25 0.23 0 0
HSL 233.54º 1% 0.87% -
HSV(B) 233.54º 0.25% 1% -
XYZ 59.25 58.1 102.7 -
YUV 201.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 190 197 255 0.25 0.23 0 0 233.54 1 0.87
Hex BE C5 FF 19 17 0 0 EA 64 57
Octal 276 305 377 31 27 0 0 352 144 127
Binary 10111110 11000101 11111111 11001 10111 0 0 11101010 1100100 1010111

Color Harmonies of #BEC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5FF

Black with #BEC5FF

Text Example


Text Example

White with #BEC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5FF; }

 p { color: rgb(190,197,255); }

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

background-color css

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

 a { background-color: rgb(190,197,255); }

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

border-color css

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

 span { border-color: rgb(190,197,255); }

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