Html Css Color HEX #BCB2BB Lola

📋 copy color: '#BCB2BB'

red 188 ◦ green 178 ◦ blue 187

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

Shades of Lola #BCB2BB

Tints of Lola #BCB2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 34%
G = 32.19%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB2BB (or 0xBCB2BB) is known color: Lola. HEX triplet: BC, B2 and BB. RGB value is (188,178,187). Sum of RGB (Red+Green+Blue) = 188+178+187=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2BB is #434D44. Grayscale: #B5B5B5. Windows color (decimal): -4410693 or 12300988. OLE color: 12300988.

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

Color convert

RGB 188 178 187 -
CMYK 0 0.05 0.01 0.26
HSL 306º 0.07% 0.72% -
HSV(B) 306º 0.05% 0.74% -
XYZ 45.63 46.12 53.51 -
YUV 182.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 188 178 187 0 0.05 0.01 0.26 306 0.07 0.72
Hex BC B2 BB 0 5 1 1A 132 7 48
Octal 274 262 273 0 5 1 32 462 7 110
Binary 10111100 10110010 10111011 0 101 1 11010 100110010 111 1001000

Color Harmonies of #BCB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2BB

Black with #BCB2BB

Text Example


Text Example

White with #BCB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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