Html Css Color HEX #BD9CC4 Lola

📋 copy color: '#BD9CC4'

red 189 ◦ green 156 ◦ blue 196

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

Shades of Lola #BD9CC4

Tints of Lola #BD9CC4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.84%

 BLUE value IS 196 (76.95% from 255) = 36.23%

R = 34.94%
G = 28.84%
B = 36.23%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD9CC4 (or 0xBD9CC4) is known color: Lola. HEX triplet: BD, 9C and C4. RGB value is (189,156,196). Sum of RGB (Red+Green+Blue) = 189+156+196=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CC4 is #42633B. Grayscale: #AAAAAA. Windows color (decimal): -4350780 or 12885181. OLE color: 12885181.

HSL color Cylindrical-coordinate representation of color #BD9CC4: hue angle of 289.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9CC4 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 156 196 -
CMYK 0.04 0.20 0 0.23
HSL 289.5º 0.25% 0.69% -
HSV(B) 289.5º 0.2% 0.77% -
XYZ 42.84 38.58 57.41 -
YUV 170.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 189 156 196 0.04 0.20 0 0.23 289.5 0.25 0.69
Hex BD 9C C4 4 14 0 17 122 19 45
Octal 275 234 304 4 24 0 27 442 31 105
Binary 10111101 10011100 11000100 100 10100 0 10111 100100010 11001 1000101

Color Harmonies of #BD9CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CC4

Black with #BD9CC4

Text Example


Text Example

White with #BD9CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CC4; }

 p { color: rgb(189,156,196); }

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

background-color css

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

 a { background-color: rgb(189,156,196); }

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

border-color css

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

 span { border-color: rgb(189,156,196); }

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