Html Css Color HEX #BD9FC8 Lola

📋 copy color: '#BD9FC8'

red 189 ◦ green 159 ◦ blue 200

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

Shades of Lola #BD9FC8

Tints of Lola #BD9FC8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.01%

 BLUE value IS 200 (78.52% from 255) = 36.5%

R = 34.49%
G = 29.01%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD9FC8 (or 0xBD9FC8) is known color: Lola. HEX triplet: BD, 9F and C8. RGB value is (189,159,200). Sum of RGB (Red+Green+Blue) = 189+159+200=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD9FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FC8 is #426037. Grayscale: #ACACAC. Windows color (decimal): -4350008 or 13148093. OLE color: 13148093.

HSL color Cylindrical-coordinate representation of color #BD9FC8: hue angle of 283.9º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9FC8 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 159 200 -
CMYK 0.06 0.20 0 0.22
HSL 283.9º 0.27% 0.7% -
HSV(B) 283.9º 0.21% 0.78% -
XYZ 43.81 39.79 60.01 -
YUV 172.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 189 159 200 0.06 0.20 0 0.22 283.9 0.27 0.7
Hex BD 9F C8 6 14 0 16 11C 1B 46
Octal 275 237 310 6 24 0 26 434 33 106
Binary 10111101 10011111 11001000 110 10100 0 10110 100011100 11011 1000110

Color Harmonies of #BD9FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FC8

Black with #BD9FC8

Text Example


Text Example

White with #BD9FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FC8; }

 p { color: rgb(189,159,200); }

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

background-color css

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

 a { background-color: rgb(189,159,200); }

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

border-color css

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

 span { border-color: rgb(189,159,200); }

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