Html Css Color HEX #BCAEBC Lola

📋 copy color: '#BCAEBC'

red 188 ◦ green 174 ◦ blue 188

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

Shades of Lola #BCAEBC

Tints of Lola #BCAEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.64%

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 34.18%
G = 31.64%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCAEBC (or 0xBCAEBC) is known color: Lola. HEX triplet: BC, AE and BC. RGB value is (188,174,188). Sum of RGB (Red+Green+Blue) = 188+174+188=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEBC is #435143. Grayscale: #B3B3B3. Windows color (decimal): -4411716 or 12365500. OLE color: 12365500.

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

Color convert

RGB 188 174 188 -
CMYK 0 0.07 0 0.26
HSL 300º 0.09% 0.71% -
HSV(B) 300º 0.07% 0.74% -
XYZ 44.95 44.59 53.82 -
YUV 179.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 188 174 188 0 0.07 0 0.26 300 0.09 0.71
Hex BC AE BC 0 7 0 1A 12C 9 47
Octal 274 256 274 0 7 0 32 454 11 107
Binary 10111100 10101110 10111100 0 111 0 11010 100101100 1001 1000111

Color Harmonies of #BCAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEBC

Black with #BCAEBC

Text Example


Text Example

White with #BCAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEBC; }

 p { color: rgb(188,174,188); }

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

background-color css

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

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

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

border-color css

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

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

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