Html Css Color HEX #BFC0CF Lavender Grey

📋 copy color: '#BFC0CF'

red 191 ◦ green 192 ◦ blue 207

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

Shades of Lavender Grey #BFC0CF

Tints of Lavender Grey #BFC0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.54%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 32.37%
G = 32.54%
B = 35.08%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFC0CF (or 0xBFC0CF) is known color: Lavender Grey. HEX triplet: BF, C0 and CF. RGB value is (191,192,207). Sum of RGB (Red+Green+Blue) = 191+192+207=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CF is #403F30. Grayscale: #C1C1C1. Windows color (decimal): -4210481 or 13615295. OLE color: 13615295.

HSL color Cylindrical-coordinate representation of color #BFC0CF: hue angle of 236.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC0CF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 192 207 -
CMYK 0.08 0.07 0 0.19
HSL 236.25º 0.14% 0.78% -
HSV(B) 236.25º 0.08% 0.81% -
XYZ 51.6 53.28 66.6 -
YUV 193.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 191 192 207 0.08 0.07 0 0.19 236.25 0.14 0.78
Hex BF C0 CF 8 7 0 13 EC E 4E
Octal 277 300 317 10 7 0 23 354 16 116
Binary 10111111 11000000 11001111 1000 111 0 10011 11101100 1110 1001110

Color Harmonies of #BFC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC0CF

Black with #BFC0CF

Text Example


Text Example

White with #BFC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC0CF; }

 p { color: rgb(191,192,207); }

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

background-color css

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

 a { background-color: rgb(191,192,207); }

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

border-color css

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

 span { border-color: rgb(191,192,207); }

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