Html Css Color HEX #BDBECD Lavender Grey

📋 copy color: '#BDBECD'

red 189 ◦ green 190 ◦ blue 205

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

Shades of Lavender Grey #BDBECD

Tints of Lavender Grey #BDBECD

RGB

 RED value IS 189 (74.22% from 255) = 32.36%

 GREEN value IS 190 (74.61% from 255) = 32.53%

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 32.36%
G = 32.53%
B = 35.1%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDBECD (or 0xBDBECD) is known color: Lavender Grey. HEX triplet: BD, BE and CD. RGB value is (189,190,205). Sum of RGB (Red+Green+Blue) = 189+190+205=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECD is #424132. Grayscale: #BFBFBF. Windows color (decimal): -4342067 or 13483709. OLE color: 13483709.

HSL color Cylindrical-coordinate representation of color #BDBECD: hue angle of 236.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBECD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 190 205 -
CMYK 0.08 0.07 0 0.20
HSL 236.25º 0.14% 0.77% -
HSV(B) 236.25º 0.08% 0.8% -
XYZ 50.42 52.05 65.15 -
YUV 191.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 189 190 205 0.08 0.07 0 0.20 236.25 0.14 0.77
Hex BD BE CD 8 7 0 14 EC E 4D
Octal 275 276 315 10 7 0 24 354 16 115
Binary 10111101 10111110 11001101 1000 111 0 10100 11101100 1110 1001101

Color Harmonies of #BDBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBECD

Black with #BDBECD

Text Example


Text Example

White with #BDBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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