Html Css Color HEX #BCBDCC Lavender Grey

📋 copy color: '#BCBDCC'

red 188 ◦ green 189 ◦ blue 204

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

Shades of Lavender Grey #BCBDCC

Tints of Lavender Grey #BCBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 32.36%
G = 32.53%
B = 35.11%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCBDCC (or 0xBCBDCC) is known color: Lavender Grey. HEX triplet: BC, BD and CC. RGB value is (188,189,204). Sum of RGB (Red+Green+Blue) = 188+189+204=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCC is #434233. Grayscale: #BEBEBE. Windows color (decimal): -4407860 or 13417916. OLE color: 13417916.

HSL color Cylindrical-coordinate representation of color #BCBDCC: 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 #BCBDCC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 189 204 -
CMYK 0.08 0.07 0 0.2
HSL 236.25º 0.14% 0.77% -
HSV(B) 236.25º 0.08% 0.8% -
XYZ 49.84 51.45 64.43 -
YUV 190.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 188 189 204 0.08 0.07 0 0.2 236.25 0.14 0.77
Hex BC BD CC 8 7 0 14 EC E 4D
Octal 274 275 314 10 7 0 24 354 16 115
Binary 10111100 10111101 11001100 1000 111 0 10100 11101100 1110 1001101

Color Harmonies of #BCBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDCC

Black with #BCBDCC

Text Example


Text Example

White with #BCBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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