Html Css Color HEX #BCBDCD Lavender Grey

📋 copy color: '#BCBDCD'

red 188 ◦ green 189 ◦ blue 205

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

Shades of Lavender Grey #BCBDCD

Tints of Lavender Grey #BCBDCD

RGB

 RED value IS 188 (73.83% from 255) = 32.3%

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

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

R = 32.3%
G = 32.47%
B = 35.22%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCBDCD (or 0xBCBDCD) is known color: Lavender Grey. HEX triplet: BC, BD and CD. RGB value is (188,189,205). Sum of RGB (Red+Green+Blue) = 188+189+205=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCD is #434232. Grayscale: #BEBEBE. Windows color (decimal): -4407859 or 13483452. OLE color: 13483452.

HSL color Cylindrical-coordinate representation of color #BCBDCD: hue angle of 236.47º degrees, saturation: 0.15, 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 #BCBDCD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 189 205 -
CMYK 0.08 0.08 0 0.20
HSL 236.47º 0.15% 0.77% -
HSV(B) 236.47º 0.08% 0.8% -
XYZ 49.96 51.49 65.06 -
YUV 190.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 188 189 205 0.08 0.08 0 0.20 236.47 0.15 0.77
Hex BC BD CD 8 8 0 14 EC F 4D
Octal 274 275 315 10 10 0 24 354 17 115
Binary 10111100 10111101 11001101 1000 1000 0 10100 11101100 1111 1001101

Color Harmonies of #BCBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDCD

Black with #BCBDCD

Text Example


Text Example

White with #BCBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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