Html Css Color HEX #BFADC6 Lola

📋 copy color: '#BFADC6'

red 191 ◦ green 173 ◦ blue 198

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

Shades of Lola #BFADC6

Tints of Lola #BFADC6

RGB

 RED value IS 191 (75% from 255) = 33.99%

 GREEN value IS 173 (67.97% from 255) = 30.78%

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 33.99%
G = 30.78%
B = 35.23%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFADC6 (or 0xBFADC6) is known color: Lola. HEX triplet: BF, AD and C6. RGB value is (191,173,198). Sum of RGB (Red+Green+Blue) = 191+173+198=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC6 is #405239. Grayscale: #B5B5B5. Windows color (decimal): -4215354 or 13020607. OLE color: 13020607.

HSL color Cylindrical-coordinate representation of color #BFADC6: hue angle of 283.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFADC6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 173 198 -
CMYK 0.04 0.13 0 0.22
HSL 283.2º 0.18% 0.73% -
HSV(B) 283.2º 0.13% 0.78% -
XYZ 46.62 45.04 59.66 -
YUV 181.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 191 173 198 0.04 0.13 0 0.22 283.2 0.18 0.73
Hex BF AD C6 4 D 0 16 11B 12 49
Octal 277 255 306 4 15 0 26 433 22 111
Binary 10111111 10101101 11000110 100 1101 0 10110 100011011 10010 1001001

Color Harmonies of #BFADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADC6

Black with #BFADC6

Text Example


Text Example

White with #BFADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADC6; }

 p { color: rgb(191,173,198); }

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

background-color css

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

 a { background-color: rgb(191,173,198); }

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

border-color css

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

 span { border-color: rgb(191,173,198); }

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