Html Css Color HEX #BDAEC0 Lola

📋 copy color: '#BDAEC0'

red 189 ◦ green 174 ◦ blue 192

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

Shades of Lola #BDAEC0

Tints of Lola #BDAEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 34.05%
G = 31.35%
B = 34.59%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDAEC0 (or 0xBDAEC0) is known color: Lola. HEX triplet: BD, AE and C0. RGB value is (189,174,192). Sum of RGB (Red+Green+Blue) = 189+174+192=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC0 is #42513F. Grayscale: #B4B4B4. Windows color (decimal): -4346176 or 12627645. OLE color: 12627645.

HSL color Cylindrical-coordinate representation of color #BDAEC0: hue angle of 290º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDAEC0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 174 192 -
CMYK 0.02 0.09 0 0.25
HSL 290º 0.13% 0.72% -
HSV(B) 290º 0.09% 0.75% -
XYZ 45.64 44.9 56.13 -
YUV 180.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 189 174 192 0.02 0.09 0 0.25 290 0.13 0.72
Hex BD AE C0 2 9 0 19 122 C 48
Octal 275 256 300 2 11 0 31 442 14 110
Binary 10111101 10101110 11000000 10 1001 0 11001 100100010 1100 1001000

Color Harmonies of #BDAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEC0

Black with #BDAEC0

Text Example


Text Example

White with #BDAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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