Html Css Color HEX #BCB2BD Lola

📋 copy color: '#BCB2BD'

red 188 ◦ green 178 ◦ blue 189

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

Shades of Lola #BCB2BD

Tints of Lola #BCB2BD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

 BLUE value IS 189 (74.22% from 255) = 34.05%

R = 33.87%
G = 32.07%
B = 34.05%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB2BD (or 0xBCB2BD) is known color: Lola. HEX triplet: BC, B2 and BD. RGB value is (188,178,189). Sum of RGB (Red+Green+Blue) = 188+178+189=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2BD is #434D42. Grayscale: #B6B6B6. Windows color (decimal): -4410691 or 12432060. OLE color: 12432060.

HSL color Cylindrical-coordinate representation of color #BCB2BD: hue angle of 294.55º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB2BD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 189 -
CMYK 0.01 0.06 0 0.26
HSL 294.55º 0.08% 0.72% -
HSV(B) 294.55º 0.06% 0.74% -
XYZ 45.84 46.21 54.65 -
YUV 182.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 188 178 189 0.01 0.06 0 0.26 294.55 0.08 0.72
Hex BC B2 BD 1 6 0 1A 127 8 48
Octal 274 262 275 1 6 0 32 447 10 110
Binary 10111100 10110010 10111101 1 110 0 11010 100100111 1000 1001000

Color Harmonies of #BCB2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2BD

Black with #BCB2BD

Text Example


Text Example

White with #BCB2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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