Html Css Color HEX #BF99C4 Lilac

📋 copy color: '#BF99C4'

red 191 ◦ green 153 ◦ blue 196

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

Shades of Lilac #BF99C4

Tints of Lilac #BF99C4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 35.37%
G = 28.33%
B = 36.3%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF99C4 (or 0xBF99C4) is known color: Lilac. HEX triplet: BF, 99 and C4. RGB value is (191,153,196). Sum of RGB (Red+Green+Blue) = 191+153+196=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99C4 is #40663B. Grayscale: #A9A9A9. Windows color (decimal): -4220476 or 12884415. OLE color: 12884415.

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

Color convert

RGB 191 153 196 -
CMYK 0.03 0.22 0 0.23
HSL 293.02º 0.27% 0.68% -
HSV(B) 293.02º 0.22% 0.77% -
XYZ 42.84 37.84 57.27 -
YUV 169.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 191 153 196 0.03 0.22 0 0.23 293.02 0.27 0.68
Hex BF 99 C4 3 16 0 17 125 1B 44
Octal 277 231 304 3 26 0 27 445 33 104
Binary 10111111 10011001 11000100 11 10110 0 10111 100100101 11011 1000100

Color Harmonies of #BF99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99C4

Black with #BF99C4

Text Example


Text Example

White with #BF99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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