Html Css Color HEX #BDAEC1 Lola

📋 copy color: '#BDAEC1'

red 189 ◦ green 174 ◦ blue 193

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

Shades of Lola #BDAEC1

Tints of Lola #BDAEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.71%

R = 33.99%
G = 31.29%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDAEC1 (or 0xBDAEC1) is known color: Lola. HEX triplet: BD, AE and C1. RGB value is (189,174,193). Sum of RGB (Red+Green+Blue) = 189+174+193=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC1 is #42513E. Grayscale: #B4B4B4. Windows color (decimal): -4346175 or 12693181. OLE color: 12693181.

HSL color Cylindrical-coordinate representation of color #BDAEC1: hue angle of 287.37º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAEC1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 174 193 -
CMYK 0.02 0.10 0 0.24
HSL 287.37º 0.13% 0.72% -
HSV(B) 287.37º 0.1% 0.76% -
XYZ 45.75 44.94 56.72 -
YUV 180.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 189 174 193 0.02 0.10 0 0.24 287.37 0.13 0.72
Hex BD AE C1 2 A 0 18 11F D 48
Octal 275 256 301 2 12 0 30 437 15 110
Binary 10111101 10101110 11000001 10 1010 0 11000 100011111 1101 1001000

Color Harmonies of #BDAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEC1

Black with #BDAEC1

Text Example


Text Example

White with #BDAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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