Html Css Color HEX #BDAEC2 Lola

📋 copy color: '#BDAEC2'

red 189 ◦ green 174 ◦ blue 194

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

Shades of Lola #BDAEC2

Tints of Lola #BDAEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 33.93%
G = 31.24%
B = 34.83%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDAEC2 (or 0xBDAEC2) is known color: Lola. HEX triplet: BD, AE and C2. RGB value is (189,174,194). Sum of RGB (Red+Green+Blue) = 189+174+194=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC2 is #42513D. Grayscale: #B4B4B4. Windows color (decimal): -4346174 or 12758717. OLE color: 12758717.

HSL color Cylindrical-coordinate representation of color #BDAEC2: hue angle of 285º degrees, saturation: 0.14, 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 #BDAEC2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 174 194 -
CMYK 0.03 0.10 0 0.24
HSL 285º 0.14% 0.72% -
HSV(B) 285º 0.1% 0.76% -
XYZ 45.86 44.99 57.31 -
YUV 180.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 189 174 194 0.03 0.10 0 0.24 285 0.14 0.72
Hex BD AE C2 3 A 0 18 11D E 48
Octal 275 256 302 3 12 0 30 435 16 110
Binary 10111101 10101110 11000010 11 1010 0 11000 100011101 1110 1001000

Color Harmonies of #BDAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEC2

Black with #BDAEC2

Text Example


Text Example

White with #BDAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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