Html Css Color HEX #BFC1CD Lavender Grey

📋 copy color: '#BFC1CD'

red 191 ◦ green 193 ◦ blue 205

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

Shades of Lavender Grey #BFC1CD

Tints of Lavender Grey #BFC1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.77%

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 32.43%
G = 32.77%
B = 34.8%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFC1CD (or 0xBFC1CD) is known color: Lavender Grey. HEX triplet: BF, C1 and CD. RGB value is (191,193,205). Sum of RGB (Red+Green+Blue) = 191+193+205=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CD is #403E32. Grayscale: #C1C1C1. Windows color (decimal): -4210227 or 13484479. OLE color: 13484479.

HSL color Cylindrical-coordinate representation of color #BFC1CD: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC1CD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 193 205 -
CMYK 0.07 0.06 0 0.20
HSL 231.43º 0.12% 0.78% -
HSV(B) 231.43º 0.07% 0.8% -
XYZ 51.58 53.62 65.39 -
YUV 193.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 191 193 205 0.07 0.06 0 0.20 231.43 0.12 0.78
Hex BF C1 CD 7 6 0 14 E7 C 4E
Octal 277 301 315 7 6 0 24 347 14 116
Binary 10111111 11000001 11001101 111 110 0 10100 11100111 1100 1001110

Color Harmonies of #BFC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1CD

Black with #BFC1CD

Text Example


Text Example

White with #BFC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1CD; }

 p { color: rgb(191,193,205); }

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

background-color css

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

 a { background-color: rgb(191,193,205); }

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

border-color css

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

 span { border-color: rgb(191,193,205); }

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