Html Css Color HEX #BEBDCF Lavender Grey

📋 copy color: '#BEBDCF'

red 190 ◦ green 189 ◦ blue 207

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

Shades of Lavender Grey #BEBDCF

Tints of Lavender Grey #BEBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 32.42%
G = 32.25%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEBDCF (or 0xBEBDCF) is known color: Lavender Grey. HEX triplet: BE, BD and CF. RGB value is (190,189,207). Sum of RGB (Red+Green+Blue) = 190+189+207=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDCF is #414230. Grayscale: #BFBFBF. Windows color (decimal): -4276785 or 13614526. OLE color: 13614526.

HSL color Cylindrical-coordinate representation of color #BEBDCF: hue angle of 243.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEBDCF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 189 207 -
CMYK 0.08 0.09 0 0.19
HSL 243.33º 0.16% 0.78% -
HSV(B) 243.33º 0.09% 0.81% -
XYZ 50.7 51.85 66.37 -
YUV 191.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 190 189 207 0.08 0.09 0 0.19 243.33 0.16 0.78
Hex BE BD CF 8 9 0 13 F3 10 4E
Octal 276 275 317 10 11 0 23 363 20 116
Binary 10111110 10111101 11001111 1000 1001 0 10011 11110011 10000 1001110

Color Harmonies of #BEBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDCF

Black with #BEBDCF

Text Example


Text Example

White with #BEBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDCF; }

 p { color: rgb(190,189,207); }

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

background-color css

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

 a { background-color: rgb(190,189,207); }

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

border-color css

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

 span { border-color: rgb(190,189,207); }

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