Html Css Color HEX #BD9CC3 Lola

📋 copy color: '#BD9CC3'

red 189 ◦ green 156 ◦ blue 195

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

Shades of Lola #BD9CC3

Tints of Lola #BD9CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.11%

R = 35%
G = 28.89%
B = 36.11%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD9CC3 (or 0xBD9CC3) is known color: Lola. HEX triplet: BD, 9C and C3. RGB value is (189,156,195). Sum of RGB (Red+Green+Blue) = 189+156+195=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD9CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CC3 is #42633C. Grayscale: #AAAAAA. Windows color (decimal): -4350781 or 12819645. OLE color: 12819645.

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

Color convert

RGB 189 156 195 -
CMYK 0.03 0.20 0 0.24
HSL 290.77º 0.25% 0.69% -
HSV(B) 290.77º 0.2% 0.76% -
XYZ 42.73 38.54 56.82 -
YUV 170.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 189 156 195 0.03 0.20 0 0.24 290.77 0.25 0.69
Hex BD 9C C3 3 14 0 18 123 19 45
Octal 275 234 303 3 24 0 30 443 31 105
Binary 10111101 10011100 11000011 11 10100 0 11000 100100011 11001 1000101

Color Harmonies of #BD9CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CC3

Black with #BD9CC3

Text Example


Text Example

White with #BD9CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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