Html Css Color HEX #BDAEBC Lola

📋 copy color: '#BDAEBC'

red 189 ◦ green 174 ◦ blue 188

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

Shades of Lola #BDAEBC

Tints of Lola #BDAEBC

RGB

 RED value IS 189 (74.22% from 255) = 34.3%

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

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

R = 34.3%
G = 31.58%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BDAEBC (or 0xBDAEBC) is known color: Lola. HEX triplet: BD, AE and BC. RGB value is (189,174,188). Sum of RGB (Red+Green+Blue) = 189+174+188=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBC is #425143. Grayscale: #B4B4B4. Windows color (decimal): -4346180 or 12365501. OLE color: 12365501.

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

Color convert

RGB 189 174 188 -
CMYK 0 0.08 0.01 0.26
HSL 304º 0.1% 0.71% -
HSV(B) 304º 0.08% 0.74% -
XYZ 45.2 44.72 53.83 -
YUV 180.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 189 174 188 0 0.08 0.01 0.26 304 0.1 0.71
Hex BD AE BC 0 8 1 1A 130 A 47
Octal 275 256 274 0 10 1 32 460 12 107
Binary 10111101 10101110 10111100 0 1000 1 11010 100110000 1010 1000111

Color Harmonies of #BDAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEBC

Black with #BDAEBC

Text Example


Text Example

White with #BDAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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