Html Css Color HEX #BEBCFC Lavender Blue

📋 copy color: '#BEBCFC'

red 190 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #BEBCFC

Tints of Lavender Blue #BEBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

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

R = 30.16%
G = 29.84%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEBCFC (or 0xBEBCFC) is known color: Lavender Blue. HEX triplet: BE, BC and FC. RGB value is (190,188,252). Sum of RGB (Red+Green+Blue) = 190+188+252=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCFC is #414303. Grayscale: #C3C3C3. Windows color (decimal): -4276996 or 16563390. OLE color: 16563390.

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

Color convert

RGB 190 188 252 -
CMYK 0.25 0.25 0 0.01
HSL 241.88º 0.91% 0.86% -
HSV(B) 241.88º 0.25% 0.99% -
XYZ 56.79 53.94 99.51 -
YUV 195.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 190 188 252 0.25 0.25 0 0.01 241.88 0.91 0.86
Hex BE BC FC 19 19 0 1 F2 5B 56
Octal 276 274 374 31 31 0 1 362 133 126
Binary 10111110 10111100 11111100 11001 11001 0 1 11110010 1011011 1010110

Color Harmonies of #BEBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCFC

Black with #BEBCFC

Text Example


Text Example

White with #BEBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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