Html Css Color HEX #BCBDCB Lavender Grey

📋 copy color: '#BCBDCB'

red 188 ◦ green 189 ◦ blue 203

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

Shades of Lavender Grey #BCBDCB

Tints of Lavender Grey #BCBDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35%

R = 32.41%
G = 32.59%
B = 35%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCBDCB (or 0xBCBDCB) is known color: Lavender Grey. HEX triplet: BC, BD and CB. RGB value is (188,189,203). Sum of RGB (Red+Green+Blue) = 188+189+203=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCB is #434234. Grayscale: #BEBEBE. Windows color (decimal): -4407861 or 13352380. OLE color: 13352380.

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

Color convert

RGB 188 189 203 -
CMYK 0.07 0.07 0 0.20
HSL 236º 0.13% 0.77% -
HSV(B) 236º 0.07% 0.8% -
XYZ 49.72 51.4 63.8 -
YUV 190.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 188 189 203 0.07 0.07 0 0.20 236 0.13 0.77
Hex BC BD CB 7 7 0 14 EC D 4D
Octal 274 275 313 7 7 0 24 354 15 115
Binary 10111100 10111101 11001011 111 111 0 10100 11101100 1101 1001101

Color Harmonies of #BCBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDCB

Black with #BCBDCB

Text Example


Text Example

White with #BCBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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