Html Css Color HEX #BFB0CC Perfume

📋 copy color: '#BFB0CC'

red 191 ◦ green 176 ◦ blue 204

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

Shades of Perfume #BFB0CC

Tints of Perfume #BFB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.82%

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 33.45%
G = 30.82%
B = 35.73%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFB0CC (or 0xBFB0CC) is known color: Perfume. HEX triplet: BF, B0 and CC. RGB value is (191,176,204). Sum of RGB (Red+Green+Blue) = 191+176+204=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0CC is #404F33. Grayscale: #B7B7B7. Windows color (decimal): -4214580 or 13414591. OLE color: 13414591.

HSL color Cylindrical-coordinate representation of color #BFB0CC: hue angle of 272.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB0CC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 176 204 -
CMYK 0.06 0.14 0 0.2
HSL 272.14º 0.22% 0.75% -
HSV(B) 272.14º 0.14% 0.8% -
XYZ 47.91 46.49 63.57 -
YUV 183.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 191 176 204 0.06 0.14 0 0.2 272.14 0.22 0.75
Hex BF B0 CC 6 E 0 14 110 16 4B
Octal 277 260 314 6 16 0 24 420 26 113
Binary 10111111 10110000 11001100 110 1110 0 10100 100010000 10110 1001011

Color Harmonies of #BFB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0CC

Black with #BFB0CC

Text Example


Text Example

White with #BFB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0CC; }

 p { color: rgb(191,176,204); }

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

background-color css

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

 a { background-color: rgb(191,176,204); }

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

border-color css

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

 span { border-color: rgb(191,176,204); }

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