Html Css Color HEX #BFADC4 Lola

📋 copy color: '#BFADC4'

red 191 ◦ green 173 ◦ blue 196

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

Shades of Lola #BFADC4

Tints of Lola #BFADC4

RGB

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

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

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

R = 34.11%
G = 30.89%
B = 35%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFADC4 (or 0xBFADC4) is known color: Lola. HEX triplet: BF, AD and C4. RGB value is (191,173,196). Sum of RGB (Red+Green+Blue) = 191+173+196=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC4 is #40523B. Grayscale: #B4B4B4. Windows color (decimal): -4215356 or 12889535. OLE color: 12889535.

HSL color Cylindrical-coordinate representation of color #BFADC4: hue angle of 286.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFADC4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 173 196 -
CMYK 0.03 0.12 0 0.23
HSL 286.96º 0.16% 0.72% -
HSV(B) 286.96º 0.12% 0.77% -
XYZ 46.39 44.95 58.46 -
YUV 181 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 191 173 196 0.03 0.12 0 0.23 286.96 0.16 0.72
Hex BF AD C4 3 C 0 17 11F 10 48
Octal 277 255 304 3 14 0 27 437 20 110
Binary 10111111 10101101 11000100 11 1100 0 10111 100011111 10000 1001000

Color Harmonies of #BFADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADC4

Black with #BFADC4

Text Example


Text Example

White with #BFADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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