Html Css Color HEX #BCAEBE Lola

📋 copy color: '#BCAEBE'

red 188 ◦ green 174 ◦ blue 190

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

Shades of Lola #BCAEBE

Tints of Lola #BCAEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 34.06%
G = 31.52%
B = 34.42%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCAEBE (or 0xBCAEBE) is known color: Lola. HEX triplet: BC, AE and BE. RGB value is (188,174,190). Sum of RGB (Red+Green+Blue) = 188+174+190=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEBE is #435141. Grayscale: #B3B3B3. Windows color (decimal): -4411714 or 12496572. OLE color: 12496572.

HSL color Cylindrical-coordinate representation of color #BCAEBE: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCAEBE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 174 190 -
CMYK 0.01 0.08 0 0.25
HSL 292.5º 0.11% 0.71% -
HSV(B) 292.5º 0.08% 0.75% -
XYZ 45.17 44.68 54.96 -
YUV 180.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 188 174 190 0.01 0.08 0 0.25 292.5 0.11 0.71
Hex BC AE BE 1 8 0 19 124 B 47
Octal 274 256 276 1 10 0 31 444 13 107
Binary 10111100 10101110 10111110 1 1000 0 11001 100100100 1011 1000111

Color Harmonies of #BCAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEBE

Black with #BCAEBE

Text Example


Text Example

White with #BCAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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